diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e397e5..b7d6dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.5.3](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.5.2...v1.5.3) (2025-01-12) + +### ⚡ Performance + +* improved state persistence logic by preventing redundant saves when the state hasn't changed ([#7](https://github.com/stephenjason89/pinia-plugin-state-persistence/issues/7)) ([620afad](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/620afad39806e7277c03d92c0b80b2735e3df680)) + ## [1.5.2](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.5.1...v1.5.2) (2025-01-11) ### 🐛 Bug Fixes diff --git a/package.json b/package.json index 08b3543..163755e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinia-plugin-state-persistence", "type": "module", - "version": "1.5.2", + "version": "1.5.3", "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",