diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e2dc321c..b2dee5a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.27" + ".": "2.0.28" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd4e184..f548ab55 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.28](https://github.com/soc221b/pinia-plugin-persistedstate-2/compare/2.0.27...2.0.28) (2024-12-15) + + +### Bug Fixes + +* **deps:** update dependency vite to v6.0.3 ([#835](https://github.com/soc221b/pinia-plugin-persistedstate-2/issues/835)) ([4d68a77](https://github.com/soc221b/pinia-plugin-persistedstate-2/commit/4d68a77b1e28a89b44cea40cfdab7b8e57c00954)) +* merge, serialize, beforeHydrate types are wrong ([#701](https://github.com/soc221b/pinia-plugin-persistedstate-2/issues/701)) ([4953f62](https://github.com/soc221b/pinia-plugin-persistedstate-2/commit/4953f6272e4e60d4ff3b1c7987b5f8821acb6f73)) + ## [2.0.27](https://github.com/soc221b/pinia-plugin-persistedstate-2/compare/2.0.26...v2.0.27) (2024-11-15) diff --git a/package-lock.json b/package-lock.json index 4eadfce0..61ce4dc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pinia-plugin-persistedstate-2", - "version": "2.0.27", + "version": "2.0.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pinia-plugin-persistedstate-2", - "version": "2.0.27", + "version": "2.0.28", "license": "MIT", "dependencies": { "shvl": "^3.0.0" diff --git a/package.json b/package.json index d37141cf..9ce2c229 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia-plugin-persistedstate-2", - "version": "2.0.27", + "version": "2.0.28", "sideEffects": false, "description": "Persist and rehydrate your Pinia state between page reloads", "type": "module",