diff --git a/CHANGELOG.md b/CHANGELOG.md index 42366a0..0db5e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.3.0](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.2.3...v1.3.0) (2025-01-03) + +### 🚀 Features + +* support object keys for state persistence ([f70f2ed](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/f70f2ed352ac2c7a3169d0b09650f0c877936e4a)) + ## [1.2.3](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.2.2...v1.2.3) (2025-01-02) ### 🐛 Bug Fixes diff --git a/package.json b/package.json index 5afc9df..d93149e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinia-plugin-state-persistence", "type": "module", - "version": "1.2.3", + "version": "1.3.0", "description": "Pinia plugin for universal state persistence across synchronous and asynchronous storage systems, supporting advanced features like path inclusion/exclusion and custom serialization.", "author": "Stephen Jason Wang", "license": "MIT",