From: Eduardo San Martin Morote Date: Fri, 18 Jun 2021 13:11:32 +0000 (+0200) Subject: release: v2.0.0-beta.3 X-Git-Tag: v2.0.0-beta.3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e0dfad0ad362850619e2a69a43e4d712666746;p=thirdparty%2Fvuejs%2Fpinia.git release: v2.0.0-beta.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index f6840699..4d72ce84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [2.0.0-beta.3](https://github.com/posva/pinia/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-06-18) + +### Bug Fixes + +- **patch:** avoid merging reactive objects ([a6a75e8](https://github.com/posva/pinia/commit/a6a75e891d3fc4a7ec2c5dea3ac8081cf460c4d2)), closes [#528](https://github.com/posva/pinia/issues/528) + +### Features + +- **devtools:** display custom properties ([fd901cd](https://github.com/posva/pinia/commit/fd901cdf34d035289067a189a874b7e2df1cbe3e)) + # [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 diff --git a/package.json b/package.json index 05bba19b..16fd7719 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "2.0.0-beta.2", + "version": "2.0.0-beta.3", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",