From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 10:11:52 +0000 (+0200) Subject: release: v0.2.3 X-Git-Tag: v0.2.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82e3b17eb582b35b508b6a71d21e8705ca80877d;p=thirdparty%2Fvuejs%2Fpinia.git release: v0.2.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cdd9bf..55df2b55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.3](https://github.com/posva/pinia/compare/v0.2.2...v0.2.3) (2021-03-31) + +### Bug Fixes + +- **types:** add PiniaCustomProperties to stores ([a12d96d](https://github.com/posva/pinia/commit/a12d96db6d981d4af023360018bd1c6a6658ff8e)) +- **types:** pass custom properties to actions and getters ([6a5326f](https://github.com/posva/pinia/commit/6a5326f3acd6e1244401bf276964c348e6cb8721)) + ## [0.2.2](https://github.com/posva/pinia/compare/v0.2.1...v0.2.2) (2021-03-31) This build exposes the `exports` option in `package.json`, please report any errors you find. diff --git a/package.json b/package.json index b68b41ff..67289dd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.2.2", + "version": "0.2.3", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",