From 93c9a5b3ea65bd714892bc5d9ef1cb57e6d43e3e Mon Sep 17 00:00:00 2001 From: Prazdevs Date: Fri, 8 Nov 2024 20:44:32 +0100 Subject: [PATCH] chore(release): v4.1.3 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410bd8d..95cac06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v4.1.3 + +[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.2...v4.1.3) + +### 📖 Documentation + +- Fix the afterHydrate describe ([#350](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/350)) +- Fix install script groups ([2bd0f25](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/2bd0f25)) + +### 📦 Build + +- Bundle iife and umd with rollup ([fcad302](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/fcad302)) + +### 🏡 Chore + +- Bump dependencies ([76df472](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/76df472)) + +### ❤️ Contributors + +- Prazdevs ([@prazdevs](http://github.com/prazdevs)) +- Erian ([@catcoal](http://github.com/catcoal)) + ## v4.1.2 [compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.1...v4.1.2) diff --git a/package.json b/package.json index 008e9d0..07c8de7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinia-plugin-persistedstate", "type": "module", - "version": "4.1.2", + "version": "4.1.3", "packageManager": "pnpm@9.12.3", "description": "Configurable persistence and rehydration of Pinia stores.", "author": "Sacha Bouillez (https://praz.dev)",