]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.19 v2.0.0-alpha.19
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 20 May 2021 21:31:18 +0000 (23:31 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 20 May 2021 21:31:18 +0000 (23:31 +0200)
CHANGELOG.md
package.json

index b208e1538adf9a79debb8ab90ca9d5e93fedbe1f..4267e3a22c9f6f14b40f75ccf8de694e3ed29f90 100644 (file)
@@ -1,3 +1,9 @@
+# [2.0.0-alpha.19](https://github.com/posva/pinia/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2021-05-20)
+
+### Bug Fixes
+
+- **devtools:** use older js ([e35da3b](https://github.com/posva/pinia/commit/e35da3be7a753ab5e4b1692395cf86cf0c314ba9))
+
 # [2.0.0-alpha.18](https://github.com/posva/pinia/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-05-17)
 
 ### Bug Fixes
index f9b0bbd1e394af076a0d13697e9a6e03c5470cfe..2c05e92c9bc178bbbd8b752eea57b04d40ebbb9a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.18",
+  "version": "2.0.0-alpha.19",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",