Skip to content

Commit 711b165

Browse files
committed
release: v0.5.3
1 parent 537159a commit 711b165

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.5.3](https://github.com/posva/pinia/compare/v0.5.2...v0.5.3) (2021-08-02)
2+
3+
### Bug Fixes
4+
5+
- markRaw on pinia ([208e6c0](https://github.com/posva/pinia/commit/208e6c00d2d6077b818a7f99f000b177a1f96107))
6+
- **patch:** avoid merging reactive objects ([581bd08](https://github.com/posva/pinia/commit/581bd08d978050fc5b9e8c6b32147cf3798b33cb)), closes [#528](https://github.com/posva/pinia/issues/528)
7+
- **types:** forbid non existent access in getters and actions ([29eee8a](https://github.com/posva/pinia/commit/29eee8a3eba5f426a05315dd05c1a7eaf69a6758))
8+
- **types:** remove state properties from this ([7990adf](https://github.com/posva/pinia/commit/7990adfffa39d14a0d458e6d8a0f341e61441693))
9+
110
## [0.5.2](https://github.com/posva/pinia/compare/v0.5.1...v0.5.2) (2021-06-03)
211

312
### Bug Fixes

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.5.2",
3+
"version": "0.5.3",
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)