]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-beta.2 v2.0.0-beta.2
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Jun 2021 14:03:59 +0000 (16:03 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 3 Jun 2021 14:03:59 +0000 (16:03 +0200)
CHANGELOG.md
package.json

index b7926fd16fbc45683d93a8b3fc364f31515f2b54..f6840699fa3ab5fa1ef15f71977c9d18b7ccc59f 100644 (file)
@@ -1,3 +1,9 @@
+# [2.0.0-beta.2](https://github.com/posva/pinia/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2021-06-03)
+
+### Bug Fixes
+
+- **devtools:** register stores ([5fcca78](https://github.com/posva/pinia/commit/5fcca788c1da61f2a406e2924fca3a8bed51b667))
+
 # [2.0.0-beta.1](https://github.com/posva/pinia/compare/v2.0.0-alpha.19...v2.0.0-beta.1) (2021-06-03)
 
 ### Bug Fixes
index 0200cab0cb56325ec0f051a5252c1123165f4920..e47f1d62a01f2974d9d71afec63c430a2559945d 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-beta.1",
+  "version": "2.0.0-beta.2",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",