]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.15
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 4 May 2021 16:49:08 +0000 (18:49 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 4 May 2021 16:52:25 +0000 (18:52 +0200)
CHANGELOG.md
package.json

index 83f9a8a738034eac73e48606709613166c826a88..3d0d0c79e95e2d3ff1762b2ac2949f7626c1d51e 100644 (file)
@@ -1,3 +1,9 @@
+# [2.0.0-alpha.15](https://github.com/posva/pinia/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-05-04)
+
+### Bug Fixes
+
+- **devtools:** fix devtools attach ([017795a](https://github.com/posva/pinia/commit/017795aac3e654d6c67f99437851dcfe589d20b0))
+
 # [2.0.0-alpha.14](https://github.com/posva/pinia/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-05-03)
 
 ### Features
index 17a2622f222b9fb935a9d5e538682ec0cfa2ff81..152d314266da738e3ae055ee277dd64caecf68e5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.14",
+  "version": "2.0.0-alpha.15",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",