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

Commit e97c20a

Browse files
committed
chore(release): v4.4.0
1 parent 52e879c commit e97c20a

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.4.0
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.3.0...v4.4.0)
6+
7+
### 🚀 Enhancements
8+
9+
- Move @nuxt/kit to peerDependencies ([4cd2337](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/4cd2337))
10+
11+
### 📖 Documentation
12+
13+
- Restore setup store syntax ([739bd1f](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/739bd1f))
14+
- **nuxt:** Add SSR/middleware limitation ([155511e](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/155511e))
15+
- Add setup store persisted state (returned refs only) ([7324490](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/7324490))
16+
17+
### 🏡 Chore
18+
19+
- Upgrade dependencies ([52e879c](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/52e879c))
20+
21+
### ❤️ Contributors
22+
23+
- Prazdevs ([@prazdevs](https://github.com/prazdevs))
24+
325
## v4.3.0
426

527
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.2.0...v4.3.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.3.0",
4+
"version": "4.4.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)