Skip to content

Commit

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

### 🚀 Features

* **logging:** added context-aware log messages for clearer debugging information ([f3af766](f3af766))

### 🐛 Bug Fixes

* correct types for $persist and $restore methods ([153e234](153e234))
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent f3af766 commit bb43f41
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.8.0](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.7.2...v1.8.0) (2025-01-15)

### 🚀 Features

* **logging:** added context-aware log messages for clearer debugging information ([f3af766](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/f3af7660c9d129e24f09e508ea790e40948e24e3))

### 🐛 Bug Fixes

* correct types for $persist and $restore methods ([153e234](https://github.com/stephenjason89/pinia-plugin-state-persistence/commit/153e234f51aae0607371de9e184cc737658101cf))

## [1.7.2](https://github.com/stephenjason89/pinia-plugin-state-persistence/compare/v1.7.1...v1.7.2) (2025-01-14)

### 🐛 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.7.2",
"version": "1.8.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 bb43f41

Please sign in to comment.