From: Eduardo San Martin Morote Date: Mon, 16 Aug 2021 12:54:50 +0000 (+0200) Subject: release: v0.5.4 X-Git-Tag: v0.5.4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c0403c72eaa0d264ecd53f4e639635f4edaa856;p=thirdparty%2Fvuejs%2Fpinia.git release: v0.5.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 72643163..dcec9adc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.5.4](https://github.com/posva/pinia/compare/v0.5.3...v0.5.4) (2021-08-16) + +### Bug Fixes + +- **nuxt:** make `$nuxt` non enumerable ([df75778](https://github.com/posva/pinia/commit/df75778917ed1543a8be73d5bbfa32750f811ab2)), closes [#574](https://github.com/posva/pinia/issues/574) + +### Features + +- **nuxt:** resolve in mono repos ([4716b5e](https://github.com/posva/pinia/commit/4716b5ea0f335bd8a1d582c60e6ce7e49c6bca3e)) + ## [0.5.3](https://github.com/posva/pinia/compare/v0.5.2...v0.5.3) (2021-08-02) ### Bug Fixes diff --git a/package.json b/package.json index 7e71842e..516ec0a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia", - "version": "0.5.3", + "version": "0.5.4", "description": "Intuitive, type safe and flexible Store for Vue", "main": "dist/pinia.cjs.js", "module": "dist/pinia.esm-bundler.js",