Skip to content

Commit b038473

Browse files
committed
1 parent a6aff70 commit b038473

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/pinia/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.0.20](https://github.com/vuejs/pinia/compare/[email protected]@2.0.20) (2022-08-19)
2+
3+
- **build**: support vue 2 devtools flag
4+
15
## [2.0.19](https://github.com/vuejs/pinia/compare/[email protected]@2.0.19) (2022-08-18)
26

37
### Bug Fixes

packages/pinia/package.json

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

0 commit comments

Comments
 (0)