From bb43f4118f895479ac853965ee01d7a2c82c2984 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 15 Jan 2025 17:22:25 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b4f67..1fd8d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index edd699f..a1aaed6 100644 --- a/package.json +++ b/package.json @@ -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",