diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf5dd5..f06bd9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v2.2.1...v3.0.0) (2020-12-09) + + +### Features + +* **configuration / dataset support:** changed configuration of components and its file structure ([ae69a42](https://github.com/e-Spirit/fsxa-nuxt-module/commit/ae69a4248dc29b9a23a177102716058e2c9f5b01)) + + +### BREAKING CHANGES + +* **configuration / dataset support:** - Components will now be passed as a single configuration option + ## [2.2.1](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v2.2.0...v2.2.1) (2020-11-02) diff --git a/package-lock.json b/package-lock.json index 9ffe45d..37ee3ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "2.2.1", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 514298a..f66c9c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "2.2.1", + "version": "3.0.0", "description": "", "main": "./dist/module/index.js", "typings": "dist/index.d.ts",