]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: pinia@2.0.20 pinia@2.0.20
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Aug 2022 13:52:54 +0000 (15:52 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 19 Aug 2022 13:52:54 +0000 (15:52 +0200)
packages/pinia/CHANGELOG.md
packages/pinia/package.json

index 7e5cdca015090c0e31b84d34adf1894aae6beb09..0e87f2798613f3da25cedba5e07c506f81090551 100644 (file)
@@ -1,3 +1,7 @@
+## [2.0.20](https://github.com/vuejs/pinia/compare/pinia@2.0.19...pinia@2.0.20) (2022-08-19)
+
+- **build**: support vue 2 devtools flag
+
 ## [2.0.19](https://github.com/vuejs/pinia/compare/pinia@2.0.18...pinia@2.0.19) (2022-08-18)
 
 ### Bug Fixes
index 820eceb59b2535a2ef0cd02533c52804250896d7..fe30a0ae8f7f77d9fdb79a0cc51181aa97737d88 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.19",
+  "version": "2.0.20",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "index.js",
   "module": "dist/pinia.mjs",