From: Eduardo San Martin Morote Date: Wed, 5 May 2021 11:51:27 +0000 (+0200) Subject: release: v0.4.1 X-Git-Tag: v0.4.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e20d6659eff5d09bc8059a882c4ab3b1a41ab34;p=thirdparty%2Fvuejs%2Fpinia.git release: v0.4.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c9479e06..d255ae5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.4.1](https://github.com/posva/pinia/compare/v0.4.0...v0.4.1) (2021-05-05) + +### Bug Fixes + +- **nuxt:** inject Vue before rendering ([309bf8f](https://github.com/posva/pinia/commit/309bf8f8033bab330f9073261fc45d126fb420db)), closes [#473](https://github.com/posva/pinia/issues/473) + # [0.4.0](https://github.com/posva/pinia/compare/v0.3.1...v0.4.0) (2021-05-03) ### Features diff --git a/package.json b/package.json index bd3a88e3..34da9939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.4.0", + "version": "0.4.1", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",