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

Commit 37bed8e

Browse files
committed
🔖 release v1.3.0
1 parent 8e7ed50 commit 37bed8e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia-plugin-persistedstate",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"description": "Configurable persistence and rehydration of Pinia stores.",
55
"keywords": [
66
"pinia-plugin"
@@ -55,10 +55,12 @@
5555
"vue-demi": "^0.12.1",
5656
"vue2": "npm:vue@^2.6.14"
5757
},
58-
"size-limit": [{
59-
"path": "dist/index.js",
60-
"limit": "1 kB"
61-
}],
58+
"size-limit": [
59+
{
60+
"path": "dist/index.js",
61+
"limit": "1 kB"
62+
}
63+
],
6264
"lint-staged": {
6365
"*.ts": "eslint --ext .ts --fix"
6466
},

0 commit comments

Comments
 (0)