Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit fed01f9

Browse files
committed
chore(release): v4.1.2
1 parent 3418005 commit fed01f9

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## v4.1.2
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.1...v4.1.2)
6+
7+
### 📖 Documentation
8+
9+
- Add Chinese translation ([#338](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/338))
10+
- Add cookie max size info ([#343](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/343))
11+
12+
### 📦 Build
13+
14+
- Export iife build ([#349](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/349))
15+
16+
### 🏡 Chore
17+
18+
- Bump dependencies & lint ([3418005](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/3418005))
19+
20+
### ❤️ Contributors
21+
22+
- PraZ ([@prazdevs](http://github.com/prazdevs))
23+
- Chong Li ([@TIX007](http://github.com/TIX007))
24+
325
## v4.1.1
426

527
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.0...v4.1.1)
@@ -10,7 +32,7 @@
1032

1133
### ❤️ Contributors
1234

13-
- Prazdevs <[email protected]>
35+
- PraZ ([@prazdevs](http://github.com/prazdevs))
1436

1537
## v4.1.0
1638

@@ -30,8 +52,7 @@
3052

3153
### ❤️ Contributors
3254

33-
- Prazdevs <[email protected]>
34-
55+
- PraZ ([@prazdevs](http://github.com/prazdevs))
3556
- Charlie ✨ ([@MIGU-EDU](http://github.com/MIGU-EDU))
3657

3758
## v4.0.2
@@ -54,8 +75,7 @@
5475

5576
### ❤️ Contributors
5677

57-
- Prazdevs <[email protected]>
58-
78+
- PraZ ([@prazdevs](http://github.com/prazdevs))
5979

6080
## v4.0.1
6181

@@ -126,7 +146,7 @@
126146

127147
### ❤️ Contributors
128148

129-
- Prazdevs <[email protected]>
149+
- PraZ ([@prazdevs](http://github.com/prazdevs))
130150

131151
***
132152

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pinia-plugin-persistedstate",
33
"type": "module",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"packageManager": "[email protected]",
66
"description": "Configurable persistence and rehydration of Pinia stores.",
77
"author": "Sacha Bouillez <[email protected]> (https://praz.dev)",

0 commit comments

Comments
 (0)