diff --git a/CHANGELOG.md b/CHANGELOG.md index 62413f9..8133d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.17.4](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v7.17.3...v7.17.4) (2023-05-03) + + +### Bug Fixes + +* **fsxa-pattern-library:** update to latest version ([#110](https://github.com/e-Spirit/fsxa-nuxt-module/issues/110)) ([d83ecb9](https://github.com/e-Spirit/fsxa-nuxt-module/commit/d83ecb96f510e02f5e73b94cdb9ad2fb592bcca9)) + ## [7.17.3](https://github.com/e-Spirit/fsxa-nuxt-module/compare/v7.17.2...v7.17.3) (2023-04-25) diff --git a/package-lock.json b/package-lock.json index 1b9896f..e92fbbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "7.17.3", + "version": "7.17.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9af749c..69e4a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fsxa-nuxt-module", - "version": "7.17.3", + "version": "7.17.4", "description": "", "main": "./dist/module/index.js", "typings": "dist/index.d.ts",