diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ae7ee..e1c2845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Changelog +## v0.4.1 + +[compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.4.0...v0.4.1) + +### 🩹 Fixes + +- Add missing import for `createError` ([#33](https://github.com/atlasconsulting/nuxt-bedita/pull/33)) + +### ❤️ Contributors + +- Stefano Rosanelli + ## v0.4.0 [compare changes](https://github.com/atlasconsulting/nuxt-bedita/compare/v0.3.8...v0.4.0) diff --git a/package.json b/package.json index 5aaa4fc..292212b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@atlasconsulting/nuxt-bedita", - "version": "0.4.0", + "version": "0.4.1", "description": "Nuxt module for BEdita API", "repository": { "type": "git",