From: Eduardo San Martin Morote Date: Mon, 17 May 2021 16:56:31 +0000 (+0200) Subject: release: v2.0.0-alpha.18 X-Git-Tag: v2.0.0-alpha.18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51283124823b7d828966f63530d09cf0b63b2b4d;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.18 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4562a6cf..b208e153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.0.0-alpha.18](https://github.com/posva/pinia/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2021-05-17) + +### Bug Fixes + +- **types:** correct subtype Store ([48523da](https://github.com/posva/pinia/commit/48523da371ac291689b7a62b9ec433894a595827)), closes [#500](https://github.com/posva/pinia/issues/500) +- **types:** export types ([befc132](https://github.com/posva/pinia/commit/befc132bace0b6fdc063d25db20549faa51e50b7)) + # [2.0.0-alpha.17](https://github.com/posva/pinia/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) (2021-05-17) ### Bug Fixes diff --git a/package.json b/package.json index 18aca84b..f9b0bbd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-alpha.17", + "version": "2.0.0-alpha.18", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",