From: Eduardo San Martin Morote Date: Tue, 4 May 2021 16:49:08 +0000 (+0200) Subject: release: v2.0.0-alpha.15 X-Git-Tag: v2.0.0-alpha.16~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ba2fe9beefeca621492920d1dd668e3af12c589;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.15 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f9a8a7..3d0d0c79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.0.0-alpha.15](https://github.com/posva/pinia/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2021-05-04) + +### Bug Fixes + +- **devtools:** fix devtools attach ([017795a](https://github.com/posva/pinia/commit/017795aac3e654d6c67f99437851dcfe589d20b0)) + # [2.0.0-alpha.14](https://github.com/posva/pinia/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2021-05-03) ### Features diff --git a/package.json b/package.json index 17a2622f..152d3142 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-alpha.14", + "version": "2.0.0-alpha.15", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",