From 46a8fefff2302b8bbf2a69c9f00c2d082b9cedd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Apr 2024 12:48:25 +0000 Subject: [PATCH] chore(release): v0.3.4 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db591ed..b352f59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ # Changelog +## v0.3.4 + +[compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.3.3...v0.3.4) + +### 🚀 Enhancements + +- Enable API proxy for POST, PATCH and DELETE methods ([#30](https://github.com/atlasconsulting/nuxt-bedita/pull/30)) + +### 📖 Documentation + +- Add section about "redirect" query string ([21fd6f3](https://github.com/atlasconsulting/nuxt-bedita/commit/21fd6f3)) + +### 🏀 Examples + +- **playground:** Protect profile page to test redirect query string ([1d5d63b](https://github.com/atlasconsulting/nuxt-bedita/commit/1d5d63b)) + +### ❤️ Contributors + +- Alberto Pagliarini ([@batopa](http://github.com/batopa)) + ## v0.3.3 [compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.3.2...v0.3.3) diff --git a/package.json b/package.json index 9a9909c..b117f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atlasconsulting/nuxt-bedita", - "version": "0.3.3", + "version": "0.3.4", "description": "Nuxt module for BEdita API", "repository": { "type": "git",