From: Eduardo San Martin Morote Date: Fri, 9 Apr 2021 17:12:08 +0000 (+0200) Subject: release: v2.0.0-alpha.12 X-Git-Tag: v2.0.0-alpha.12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3996b16a030e637297d2ac47983ac4dc1193828d;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.12 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c8aafcbf..f1096149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ca876edd..d009cc08 100644 --- a/package.json +++ b/package.json @@ -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",