We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309bf8f commit 8e20d66Copy full SHA for 8e20d66
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.4.1](https://github.com/posva/pinia/compare/v0.4.0...v0.4.1) (2021-05-05)
2
+
3
+### Bug Fixes
4
5
+- **nuxt:** inject Vue before rendering ([309bf8f](https://github.com/posva/pinia/commit/309bf8f8033bab330f9073261fc45d126fb420db)), closes [#473](https://github.com/posva/pinia/issues/473)
6
7
# [0.4.0](https://github.com/posva/pinia/compare/v0.3.1...v0.4.0) (2021-05-03)
8
9
### Features
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",
0 commit comments