From fed01f9598cf544128ba63b2f2a1ae15b8ef2eea Mon Sep 17 00:00:00 2001 From: Prazdevs Date: Fri, 25 Oct 2024 02:43:57 +0200 Subject: [PATCH] chore(release): v4.1.2 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e54ca2..410bd8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## v4.1.2 + +[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.1...v4.1.2) + +### 📖 Documentation + +- Add Chinese translation ([#338](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/338)) +- Add cookie max size info ([#343](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/343)) + +### 📦 Build + +- Export iife build ([#349](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/349)) + +### 🏡 Chore + +- Bump dependencies & lint ([3418005](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/3418005)) + +### ❤️ Contributors + +- PraZ ([@prazdevs](http://github.com/prazdevs)) +- Chong Li ([@TIX007](http://github.com/TIX007)) + ## v4.1.1 [compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.0...v4.1.1) @@ -10,7 +32,7 @@ ### ❤️ Contributors -- Prazdevs +- PraZ ([@prazdevs](http://github.com/prazdevs)) ## v4.1.0 @@ -30,8 +52,7 @@ ### ❤️ Contributors -- Prazdevs -- PraZ +- PraZ ([@prazdevs](http://github.com/prazdevs)) - Charlie ✨ ([@MIGU-EDU](http://github.com/MIGU-EDU)) ## v4.0.2 @@ -54,8 +75,7 @@ ### ❤️ Contributors -- Prazdevs -- PraZ +- PraZ ([@prazdevs](http://github.com/prazdevs)) ## v4.0.1 @@ -126,7 +146,7 @@ ### ❤️ Contributors -- Prazdevs +- PraZ ([@prazdevs](http://github.com/prazdevs)) *** diff --git a/package.json b/package.json index a20acda..931862b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pinia-plugin-persistedstate", "type": "module", - "version": "4.1.1", + "version": "4.1.2", "packageManager": "pnpm@9.12.2", "description": "Configurable persistence and rehydration of Pinia stores.", "author": "Sacha Bouillez (https://praz.dev)",