From b2a50dbdde0b38d196124aa56b3c1badc5a194b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Aug 2024 16:09:51 +0000 Subject: [PATCH] chore(release): v0.4.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 482fdbb..e4ae7ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Changelog +## v0.4.0 + +[compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.3.8...v0.4.0) + +### 🩹 Fixes + +- Handle body in proxy upload ([21df7c1](https://github.com/atlasconsulting/nuxt-bedita/commit/21df7c1)) +- Wrong import type ([3a3cbb6](https://github.com/atlasconsulting/nuxt-bedita/commit/3a3cbb6)) + +### 📖 Documentation + +- **playground:** Add example of upload ([859acc1](https://github.com/atlasconsulting/nuxt-bedita/commit/859acc1)) + +### 🏡 Chore + +- **playground:** Fix configuration ([2b602ed](https://github.com/atlasconsulting/nuxt-bedita/commit/2b602ed)) + +### 🎨 Styles + +- Eslint fix ([b56e99b](https://github.com/atlasconsulting/nuxt-bedita/commit/b56e99b)) + +### ❤️ Contributors + +- Alberto Pagliarini ([@batopa](http://github.com/batopa)) + ## v0.3.8 [compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.3.7...v0.3.8) diff --git a/package.json b/package.json index 159a1f5..5aaa4fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atlasconsulting/nuxt-bedita", - "version": "0.3.8", + "version": "0.4.0", "description": "Nuxt module for BEdita API", "repository": { "type": "git",