Skip to content

Commit 3b6b551

Browse files
committed
1 parent 3bfe9e5 commit 3b6b551

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/pinia/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.0.8](https://github.com/vuejs/pinia/compare/[email protected]@2.0.8) (2021-12-20)
2+
3+
### Bug Fixes
4+
5+
- **subscribe:** avoid $subscriptions with $patch ([3bfe9e5](https://github.com/vuejs/pinia/commit/3bfe9e51fd0f9b3f939aace53463aa10f2e9c90f)), closes [#908](https://github.com/vuejs/pinia/issues/908)
6+
17
## [2.0.7](https://github.com/vuejs/pinia/compare/[email protected]@2.0.7) (2021-12-20)
28

39
### Bug Fixes

packages/pinia/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": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)