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

Commit fb2c00a

Browse files
committed
chore(release): v4.5.0
1 parent be73362 commit fb2c00a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## v4.5.0
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.4.1...v4.5.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Export `Persist` type ([bc23d5a](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/bc23d5a))
10+
11+
### 🏡 Chore
12+
13+
- Upgrade dependencies ([be73362](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/be73362))
14+
15+
### ❤️ Contributors
16+
17+
- Prazdevs <[email protected]>
18+
319
## v4.4.1
420

521
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.4.0...v4.4.1)

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