]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v2.0.0-alpha.13 v2.0.0-alpha.13
authorEduardo San Martin Morote <posva13@gmail.com>
Sat, 10 Apr 2021 15:28:54 +0000 (17:28 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Sat, 10 Apr 2021 15:28:54 +0000 (17:28 +0200)
CHANGELOG.md
package.json

index f109614905a32f701e7f176ab2790c0a5c911770..9daa4f459c34650d66f844209ed43362891287db 100644 (file)
@@ -1,3 +1,13 @@
+# [2.0.0-alpha.13](https://github.com/posva/pinia/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2021-04-10)
+
+### Bug Fixes
+
+- **subscribe:** remove subscription when unmounted ([10e1c30](https://github.com/posva/pinia/commit/10e1c3069a23f3a9c0d1e32cbc1fbb074709173e))
+
+### Features
+
+- **types:** fail on async patch ([c254a8a](https://github.com/posva/pinia/commit/c254a8abc73d7e2589acbffe432a33f985c1003d))
+
 # [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
index d009cc08f0e11d6d328905e0573447299aa2a47f..023232178bc51d1afb28f9494fbca5eedffc2bc3 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "pinia",
-  "version": "2.0.0-alpha.12",
+  "version": "2.0.0-alpha.13",
   "description": "Intuitive, type safe and flexible Store for Vue",
   "main": "dist/pinia.cjs.js",
   "module": "dist/pinia.esm-bundler.js",