diff --git a/CHANGELOG.md b/CHANGELOG.md index d91c31e..f2bdf82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v1.0.4...v1.1.0) (2020-09-04) + + +### Bug Fixes + +* **mapping:** subfolders are now correctly mapped to component-keys ([c77b0da](https://github.com/e-Spirit/fsxa-nuxt-module/commit/c77b0da26e5ef2a61b3ae8be868036a97abf4887)) + + +### Features + +* **api:** you can now add custom routes to the backend api ([ae8a8a2](https://github.com/e-Spirit/fsxa-nuxt-module/commit/ae8a8a2ce5741dbd5a8e3ba942cfc565a58e5014)) + ## [1.0.4](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v1.0.3...v1.0.4) (2020-08-31) diff --git a/package-lock.json b/package-lock.json index ad53260..f2b881d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7961ff6..813d0a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "1.0.4", + "version": "1.1.0", "description": "", "main": "./dist/module/index.js", "typings": "dist/index.d.ts",