From: Eduardo San Martin Morote Date: Thu, 1 Apr 2021 14:38:27 +0000 (+0200) Subject: release: v2.0.0-alpha.10 X-Git-Tag: v2.0.0-alpha.10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fffa742ae81854f30fd276096c0dbf52f8fc1a46;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.10 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a18d1b0f..92a3ae62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.0.0-alpha.10](https://github.com/posva/pinia/compare/v2.0.0-alpha.9...v2.0.0-alpha.10) (2021-04-01) + +### Features + +- **patch:** allow passing a function ([8d545e4](https://github.com/posva/pinia/commit/8d545e427c6415df00254eb9638116e96e64d3b5)) +- **types:** generics on PiniaCustomProperties ([36129cf](https://github.com/posva/pinia/commit/36129cf415abb8efccda859cd6b787594fe46f00)) + # [2.0.0-alpha.9](https://github.com/posva/pinia/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2021-03-31) ### Bug Fixes diff --git a/package.json b/package.json index f4911cb4..ab30111d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-alpha.9", + "version": "2.0.0-alpha.10", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",