From: Eduardo San Martin Morote Date: Sat, 10 Apr 2021 15:28:54 +0000 (+0200) Subject: release: v2.0.0-alpha.13 X-Git-Tag: v2.0.0-alpha.13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fccf4685c60ea41a959c19ab510675d3ec4378c3;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.13 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f1096149..9daa4f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d009cc08..02323217 100644 --- a/package.json +++ b/package.json @@ -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",