From: Eduardo San Martin Morote Date: Tue, 23 Mar 2021 10:47:33 +0000 (+0100) Subject: release: v0.2.1 X-Git-Tag: v0.2.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=165a5d3fc1879d749d4c78e7603d9214aa462067;p=thirdparty%2Fvuejs%2Fpinia.git release: v0.2.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a63d036..a90c20f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.2.1](https://github.com/posva/pinia/compare/v0.2.0...v0.2.1) (2021-03-23) + +### Bug Fixes + +- **devtools:** time travel and state display ([043ae2a](https://github.com/posva/pinia/commit/043ae2ac229b55087d962432b7501483403742e2)), closes [#394](https://github.com/posva/pinia/issues/394) [#19](https://github.com/posva/pinia/issues/19) + # [0.2.0](https://github.com/posva/pinia/compare/0.1.0...0.2.0) (2021-03-08) ### Bug Fixes diff --git a/package.json b/package.json index b1fff569..53856bad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.2.0", + "version": "0.2.1", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",