From: Eduardo San Martin Morote Date: Mon, 17 May 2021 17:00:58 +0000 (+0200) Subject: release: v0.5.1 X-Git-Tag: v0.5.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e771b1f5f39447a4e3c6dad6d6dba05e7313b94;p=thirdparty%2Fvuejs%2Fpinia.git release: v0.5.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f0871354..be4fcb69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.1](https://github.com/posva/pinia/compare/v0.5.0...v0.5.1) (2021-05-17) + +### Bug Fixes + +- **type:** export forgotten types ([b3909c7](https://github.com/posva/pinia/commit/b3909c739263ce3b1f57d4af6b9a398e7db67ef8)) +- **types:** correct subtype Store ([65d4ab3](https://github.com/posva/pinia/commit/65d4ab325ea20311bdcb41bd2e16ab873ae8a2dc)), closes [#500](https://github.com/posva/pinia/issues/500) + # [0.5.0](https://github.com/posva/pinia/compare/v0.4.1...v0.5.0) (2021-05-17) ### Bug Fixes diff --git a/package.json b/package.json index adf6f8ba..25fba9ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.5.0", + "version": "0.5.1", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",