From: Eduardo San Martin Morote Date: Tue, 4 May 2021 19:14:24 +0000 (+0200) Subject: release: v2.0.0-alpha.16 X-Git-Tag: v2.0.0-alpha.16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da7b38aa76e6015565f70cb2436cc2e225417fb4;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-alpha.16 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d0d0c79..4534e155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.0.0-alpha.16](https://github.com/posva/pinia/compare/v2.0.0-alpha.14...v2.0.0-alpha.16) (2021-05-04) + +### Bug Fixes + +- **devtools:** add all stores ([2a8515c](https://github.com/posva/pinia/commit/2a8515cef57dce9cb9d0d8f7a8a52bbc1d3b6082)), closes [#472](https://github.com/posva/pinia/issues/472) + +### Features + +- **devtools:** display getters in components ([810b969](https://github.com/posva/pinia/commit/810b9697fe639070c21a76119d7d7001b6db069e)) + # [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 diff --git a/package.json b/package.json index 152d3142..e93c4e67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",