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

Commit b269d4b

Browse files
committed
chore(release): v4.1.1
1 parent 7be6b42 commit b269d4b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v4.1.1
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.0...v4.1.1)
6+
7+
### 🩹 Fixes
8+
9+
- Bump deep-pick-omit to 1.2.1 (fixes falsy value persistence) ([7be6b42](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/7be6b42))
10+
11+
### ❤️ Contributors
12+
13+
- Prazdevs <[email protected]>
14+
315
## v4.1.0
416

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

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