diff --git a/CHANGELOG.md b/CHANGELOG.md index abab07f..be07167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v4.0.1 + +[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.0.0...v4.0.1) + +### 🩹 Fixes + +- Augment `@nuxt/schema` rather than `nuxt/schema` ([#330](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/330)) + +### 📖 Documentation + +- Add group icon plugin ([#329](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/329)) + +### ❤️ Contributors + +- Daniel Roe ([@danielroe](http://github.com/danielroe)) +- Leo ([@yuyinws](http://github.com/yuyinws)) + ## v4.0.0 ### 🚀 Enhancements diff --git a/package.json b/package.json index 8225887..b875aec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinia-plugin-persistedstate", "type": "module", - "version": "4.0.0", + "version": "4.0.1", "packageManager": "pnpm@9.9.0", "description": "Configurable persistence and rehydration of Pinia stores.", "author": "Sacha Bouillez (https://praz.dev)",