From 9cde18e16700387efe6a3cba5b53b214d49aeb85 Mon Sep 17 00:00:00 2001 From: Prazdevs Date: Wed, 18 Sep 2024 20:12:26 +0200 Subject: [PATCH] chore(release): v4.0.2 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be07167..64c64cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## v4.0.2 + +[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.0.1...v4.0.2) + +### 🩹 Fixes + +- Infer `CookieStorageOptions` from `@nuxt/schema` rather than `nuxt/schema` ([9e77053](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/9e77053)) +- **nuxt:** Avoid calling runWithContext ([#334](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/334)) + +### 📖 Documentation + +- Improve readability (code group icons + code titles) ([13b6332](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/13b6332)) + +### 🏡 Chore + +- Upgrade dependencies ([ba8cd49](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/ba8cd49)) +- Upgrade dependencies ([c2ae5a0](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/c2ae5a0)) + +### ❤️ Contributors + +- Prazdevs +- PraZ + ## v4.0.1 [compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.0.0...v4.0.1) diff --git a/package.json b/package.json index 3611d5f..e50c093 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinia-plugin-persistedstate", "type": "module", - "version": "4.0.1", + "version": "4.0.2", "packageManager": "pnpm@9.10.0", "description": "Configurable persistence and rehydration of Pinia stores.", "author": "Sacha Bouillez (https://praz.dev)",