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

Commit f128213

Browse files
committed
chore(release): v4.2.0
1 parent a0a4c51 commit f128213

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed

CHANGELOG.md

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

3+
## v4.2.0
4+
5+
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.3...v4.2.0)
6+
7+
### 🚀 Enhancements
8+
9+
- **nuxt:** Infer global `cookieOptions` to specified `cookie` storage without options ([3c55848](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/3c55848))
10+
- **nuxt:** Explicit Nuxt plugin name (`pinia-plugin-persistedstate`) ([a0a4c51](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/a0a4c51))
11+
12+
### 🩹 Fixes
13+
14+
- **nuxt:** Check `@pinia/nuxt` module installation by `pinia` key ([#359](https://github.com/prazdevs/pinia-plugin-persistedstate/pull/359))
15+
16+
### 🏡 Chore
17+
18+
- Bump dependencies (incl. pinia^2.3.0 & @pinia/nuxt^0.9.0) ([c71d618](https://github.com/prazdevs/pinia-plugin-persistedstate/commit/c71d618))
19+
20+
### ❤️ Contributors
21+
22+
- Prazdevs ([@prazdevs](http://github.com/prazdevs))
23+
- Donald Shtjefni ([@dnldsht](http://github.com/dnldsht))
24+
325
## v4.1.3
426

527
[compare changes](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v4.1.2...v4.1.3)
@@ -41,7 +63,7 @@
4163

4264
### ❤️ Contributors
4365

44-
- PraZ ([@prazdevs](http://github.com/prazdevs))
66+
- Prazdevs ([@prazdevs](http://github.com/prazdevs))
4567
- Chong Li ([@TIX007](http://github.com/TIX007))
4668

4769
## v4.1.1
@@ -54,7 +76,7 @@
5476

5577
### ❤️ Contributors
5678

57-
- PraZ ([@prazdevs](http://github.com/prazdevs))
79+
- Prazdevs ([@prazdevs](http://github.com/prazdevs))
5880

5981
## v4.1.0
6082

@@ -74,7 +96,7 @@
7496

7597
### ❤️ Contributors
7698

77-
- PraZ ([@prazdevs](http://github.com/prazdevs))
99+
- Prazdevs ([@prazdevs](http://github.com/prazdevs))
78100
- Charlie ✨ ([@MIGU-EDU](http://github.com/MIGU-EDU))
79101

80102
## v4.0.2
@@ -97,7 +119,7 @@
97119

98120
### ❤️ Contributors
99121

100-
- PraZ ([@prazdevs](http://github.com/prazdevs))
122+
- Prazdevs ([@prazdevs](http://github.com/prazdevs))
101123

102124
## v4.0.1
103125

@@ -168,7 +190,7 @@
168190

169191
### ❤️ Contributors
170192

171-
- PraZ ([@prazdevs](http://github.com/prazdevs))
193+
- Prazdevs ([@prazdevs](http://github.com/prazdevs))
172194

173195
***
174196

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