Skip to content

Commit

Permalink
release: v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 16, 2021
1 parent df75778 commit 6c0403c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6c0403c

Please sign in to comment.