diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ed75bd8..a8a3de30 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.21" + ".": "2.0.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4e70c14..23e06351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.22](https://github.com/soc221b/pinia-plugin-persistedstate-2/compare/2.0.21...v2.0.22) (2024-07-20) + + +### Bug Fixes + +* **deps:** update vue monorepo to v3.4.32 ([#525](https://github.com/soc221b/pinia-plugin-persistedstate-2/issues/525)) ([7d4f811](https://github.com/soc221b/pinia-plugin-persistedstate-2/commit/7d4f8113399a3904dcdc230680ddd5bd912f32a0)) +* **deps:** update vue monorepo to v3.4.33 ([#531](https://github.com/soc221b/pinia-plugin-persistedstate-2/issues/531)) ([88ad7ce](https://github.com/soc221b/pinia-plugin-persistedstate-2/commit/88ad7cebe316b32df62cc0af98ef14412686af0a)) + ## [2.0.21](https://github.com/soc221b/pinia-plugin-persistedstate-2/compare/v2.0.20...v2.0.21) (2024-07-04) diff --git a/package-lock.json b/package-lock.json index 514ecf86..b75cc0d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pinia-plugin-persistedstate-2", - "version": "2.0.21", + "version": "2.0.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pinia-plugin-persistedstate-2", - "version": "2.0.21", + "version": "2.0.22", "license": "MIT", "dependencies": { "shvl": "^3.0.0" diff --git a/package.json b/package.json index 7586c60b..a8dc4aef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia-plugin-persistedstate-2", - "version": "2.0.21", + "version": "2.0.22", "sideEffects": false, "description": "Persist and rehydrate your Pinia state between page reloads", "main": "dist/index.cjs.prod.js",