Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.0](v1.9.0...v1.10.0) (2025-01-21)

### 🚀 Features

* improve debug messages and add per-store debugging support ([62e8799](62e8799))

### 📚 Documentation

* update persist-options to include debug option ([783088f](783088f))
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent 783088f commit caa3484
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.10.0](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.9.0...v1.10.0) (2025-01-21)

### 🚀 Features

* improve debug messages and add per-store debugging support ([62e8799](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/62e879949660a675a5e28ee24d46cc5827943d2b))

### 📚 Documentation

* update persist-options to include debug option ([783088f](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/783088f997609547900a2b9e636c47fb9aabf6b2))

## [1.9.0](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.8.2...v1.9.0) (2025-01-21)

### 🚀 Features
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.9.0",
"version": "1.10.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",
Expand Down

0 comments on commit caa3484

Please sign in to comment.