]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.12 v2.0.0-alpha.12
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 9 Apr 2021 17:12:08 +0000 (19:12 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 9 Apr 2021 17:12:08 +0000 (19:12 +0200)
CHANGELOG.md
package.json

index c8aafcbfa55e9b38387c54f0c455a8aed56b3ef8..f109614905a32f701e7f176ab2790c0a5c911770 100644 (file)
@@ -1,3 +1,9 @@
+# [2.0.0-alpha.12](https://github.com/posva/pinia/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2021-04-09)
+
+### Bug Fixes
+
+- **store:** avoid multiple subscriptions call ([71404cb](https://github.com/posva/pinia/commit/71404cb3ef6466c74b72c5fdb1075740a788a309)), closes [#429](https://github.com/posva/pinia/issues/429) [#430](https://github.com/posva/pinia/issues/430)
+
 # [2.0.0-alpha.11](https://github.com/posva/pinia/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2021-04-09)
 
 ### Bug Fixes
index ca876eddc8bf41a12172d8247689f7c958cbd2c0..d009cc08f0e11d6d328905e0573447299aa2a47f 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.11",
+  "version": "2.0.0-alpha.12",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",