]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
release: v0.4.1 v0.4.1
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 5 May 2021 11:51:27 +0000 (13:51 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 5 May 2021 11:51:27 +0000 (13:51 +0200)
CHANGELOG.md
package.json

index c9479e06acf29f32f2f3d96709e65fbd2f5d2a07..d255ae5e78d539a90d4de1824d6392bbef36ae72 100644 (file)
@@ -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
index bd3a88e363fdb2aef48ee5000a595f81687f7dad..34da993965b79d551c4ec701885ba976bc56034e 100644 (file)
@@ -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",