From: Eduardo San Martin Morote Date: Wed, 31 Mar 2021 09:30:04 +0000 (+0200) Subject: release: v0.2.2 X-Git-Tag: v0.2.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40fcb2456a5c7bd140a663ee2e47c6ffa7dda40e;p=thirdparty%2Fvuejs%2Fpinia.git release: v0.2.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a90c20f1..44cdd9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.2.2](https://github.com/posva/pinia/compare/v0.2.1...v0.2.2) (2021-03-31) + +This build exposes the `exports` option in `package.json`, please report any errors you find. + +### Bug Fixes + +- use inject in nuxt plugin ([d768a43](https://github.com/posva/pinia/commit/d768a438e99e0eb81893922c049a61b5ea077443)) + ## [0.2.1](https://github.com/posva/pinia/compare/v0.2.0...v0.2.1) (2021-03-23) ### Bug Fixes diff --git a/package.json b/package.json index f80263d3..b68b41ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.2.1", + "version": "0.2.2", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",