Skip to content

Commit 8e20d66

Browse files
committed
release: v0.4.1
1 parent 309bf8f commit 8e20d66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# [0.4.0](https://github.com/posva/pinia/compare/v0.3.1...v0.4.0) (2021-05-03)
28

39
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "dist/pinia.cjs.js",
66
"module": "dist/pinia.esm-bundler.js",

0 commit comments

Comments
 (0)