diff --git a/CHANGELOG.md b/CHANGELOG.md index 488b732..62413f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.17.3](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v7.17.2...v7.17.3) (2023-04-25) + + +### Bug Fixes + +* **pattern-library:** update to latest version ([#107](https://github.com/e-Spirit/fsxa-nuxt-module/issues/107)) ([e424e9e](https://github.com/e-Spirit/fsxa-nuxt-module/commit/e424e9ee394586c69dd24c38b93705e8ec40e9f3)) + ## [7.17.2](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v7.17.1...v7.17.2) (2023-04-14) diff --git a/package-lock.json b/package-lock.json index 1a3b10b..c7f3ff2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "7.17.2", + "version": "7.17.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2f9bf8..235b53b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "7.17.2", + "version": "7.17.3", "description": "", "main": "./dist/module/index.js", "typings": "dist/index.d.ts",