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

Commit cffb055

Browse files
committed
chore(release): v4.1.0
1 parent e1c0036 commit cffb055

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## v4.1.0
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.0.2...v4.1.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Auto mode ([#327](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/327))
10+
11+
### 📖 Documentation
12+
13+
- Update Nuxt links in README.md ([#340](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/340))
14+
15+
### 🏡 Chore
16+
17+
- Upgrade dependencies ([e1c0036](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/e1c0036))
18+
19+
### ❤️ Contributors
20+
21+
- Prazdevs <[email protected]>
22+
23+
- Charlie ✨ ([@MIGU-EDU](http://github.com/MIGU-EDU))
24+
325
## v4.0.2
426

527
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.0.1...v4.0.2)

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.0.2",
4+
"version": "4.1.0",
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)