Skip to content

Commit

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

### 🚀 Features

* **persistence:** add support for multiple storages ([#15](#15)) ([ebd6423](ebd6423))

### 📚 Documentation

* update nuxt-integration plugin example ([9617760](9617760))
  • Loading branch information
semantic-release-bot committed Jan 21, 2025
1 parent ebd6423 commit 6d40449
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.9.0](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.8.2...v1.9.0) (2025-01-21)

### 🚀 Features

* **persistence:** add support for multiple storages ([#15](https://github.com/stephenjason89/pinia-plugin-state-persistence/issues/15)) ([ebd6423](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/ebd64230abb494e27f30151916fc24e6ef565ef8))

### 📚 Documentation

* update nuxt-integration plugin example ([9617760](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/96177600e65d6006a95cad9c46b9ee919593077f))

## [1.8.2](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.8.1...v1.8.2) (2025-01-15)

### 🐛 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.8.2",
"version": "1.9.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 6d40449

Please sign in to comment.