]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.2.1 v0.2.1
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 10:47:33 +0000 (11:47 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 23 Mar 2021 10:47:33 +0000 (11:47 +0100)
CHANGELOG.md
package.json

index 6a63d036533a5d5cd4f559ac75605b6b6cd9fb65..a90c20f1cb73bf4b0d5f1ac26ff53540a1578a92 100644 (file)
@@ -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
index b1fff56962001e48cb644dace6f69e73f37a5cbd..53856bad1ddfad205379d5202cc78027593f9475 100644 (file)
@@ -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",