Skip to content

Commit

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

### 🐛 Bug Fixes

* **logging:** prevent circular reference error in persistence logs ([e6b64b7](e6b64b7))
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent e6b64b7 commit 918920d
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.8.1](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.8.0...v1.8.1) (2025-01-15)

### 🐛 Bug Fixes

* **logging:** prevent circular reference error in persistence logs ([e6b64b7](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/e6b64b75c6704f392640be7a8cd3ee938944370b))

## [1.8.0](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.7.2...v1.8.0) (2025-01-15)

### 🚀 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.8.0",
"version": "1.8.1",
"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 918920d

Please sign in to comment.