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

Commit 92dd980

Browse files
committed
chore(release): v4.4.1
1 parent d50bd4b commit 92dd980

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.4.1
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.4.0...v4.4.1)
6+
7+
### 🩹 Fixes
8+
9+
- Remove node>=24 requirement ([d50bd4b](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/d50bd4b))
10+
11+
### ❤️ Contributors
12+
13+
- Prazdevs ([@prazdevs](https://github.com/prazdevs))
14+
315
## v4.4.0
416

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