Skip to content

Commit d05970f

Browse files
committed
1 parent f5897d0 commit d05970f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type":"module"}

packages/pinia/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.30](https://github.com/vuejs/pinia/compare/[email protected]@2.0.30) (2023-02-01)
2+
3+
### Bug Fixes
4+
5+
- avoid spread operator even in devtools code ([d2a4def](https://github.com/vuejs/pinia/commit/d2a4defc381ae8e023b45b05e4ac8588fe2add9e)), closes [#1885](https://github.com/vuejs/pinia/issues/1885)
6+
17
## [2.0.29](https://github.com/vuejs/pinia/compare/[email protected]@2.0.29) (2023-01-15)
28

39
### Bug Fixes

packages/pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.0.29",
3+
"version": "2.0.30",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)