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

Commit 93c9a5b

Browse files
committed
chore(release): v4.1.3
1 parent fcad302 commit 93c9a5b

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.3
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.2...v4.1.3)
6+
7+
### 📖 Documentation
8+
9+
- Fix the afterHydrate describe ([#350](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/350))
10+
- Fix install script groups ([2bd0f25](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/2bd0f25))
11+
12+
### 📦 Build
13+
14+
- Bundle iife and umd with rollup ([fcad302](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/fcad302))
15+
16+
### 🏡 Chore
17+
18+
- Bump dependencies ([76df472](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/76df472))
19+
20+
### ❤️ Contributors
21+
22+
- Prazdevs ([@prazdevs](http://github.com/prazdevs))
23+
- Erian ([@catcoal](http://github.com/catcoal))
24+
325
## v4.1.2
426

527
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.1...v4.1.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.1.2",
4+
"version": "4.1.3",
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)