From: Eduardo San Martin Morote Date: Thu, 3 Jun 2021 14:03:59 +0000 (+0200) Subject: release: v2.0.0-beta.2 X-Git-Tag: v2.0.0-beta.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3aadf817b5034252ad7564b072a62dc654301d0b;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-beta.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b7926fd1..f6840699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.0.0-beta.2](https://github.com/posva/pinia/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2021-06-03) + +### Bug Fixes + +- **devtools:** register stores ([5fcca78](https://github.com/posva/pinia/commit/5fcca788c1da61f2a406e2924fca3a8bed51b667)) + # [2.0.0-beta.1](https://github.com/posva/pinia/compare/v2.0.0-alpha.19...v2.0.0-beta.1) (2021-06-03) ### Bug Fixes diff --git a/package.json b/package.json index 0200cab0..e47f1d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-beta.1", + "version": "2.0.0-beta.2", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",