]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.5.4 v0.5.4
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 16 Aug 2021 12:54:50 +0000 (14:54 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 16 Aug 2021 12:54:50 +0000 (14:54 +0200)
CHANGELOG.md
package.json

index 72643163a5f856b3ffb3322a5a3499536cc14416..dcec9adccbf4ae9a31d6f2a600027186c01db0bc 100644 (file)
@@ -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
index 7e71842efb165c10a26487815b0ce49f2831cd2c..516ec0a94807df02384e5b809774596659aecf98 100644 (file)
@@ -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",