Skip to content

Commit

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

### 🐛 Bug Fixes

* **types:** move debug option to globalOptions only and omit include/exclude ([3a147bf](3a147bf))

### 📚 Documentation

* **storeOptions:** remove references to the debug option ([53e5251](53e5251))

### 💄 Code Style

* replace pluginOptions with globalOptions for consistency with docs ([aa94463](aa94463))
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent 3a147bf commit 7113a6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.8.2](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.8.1...v1.8.2) (2025-01-15)

### 🐛 Bug Fixes

* **types:** move debug option to globalOptions only and omit include/exclude ([3a147bf](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/3a147bfeea89d39fdeaa1092b6be567d76e4c00e))

### 📚 Documentation

* **storeOptions:** remove references to the debug option ([53e5251](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/53e5251e6aaac15f38251a83754436edaba0d225))

### 💄 Code Style

* replace pluginOptions with globalOptions for consistency with docs ([aa94463](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/aa944638c7aeb7beed3ad8a5db8f0e2695ddeaef))

## [1.8.1](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.8.0...v1.8.1) (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.1",
"version": "1.8.2",
"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 7113a6b

Please sign in to comment.