Skip to content

Commit

Permalink
chore(release): 1.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.3](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](#7)) ([620afad](620afad))
  • Loading branch information
semantic-release-bot committed Jan 12, 2025
1 parent 620afad commit 1f339f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1f339f4

Please sign in to comment.