Skip to content

Commit caa933a

Browse files
committed
1 parent 709ed3b commit caa933a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/pinia/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.6](https://github.com/vuejs/pinia/compare/[email protected]@2.1.6) (2023-07-26)
2+
3+
### Bug Fixes
4+
5+
- **devtools:** preserve store reactivity ([709ed3b](https://github.com/vuejs/pinia/commit/709ed3b3a4787c3a9b5a59f863558b480a96eaaf))
6+
17
## [2.1.5](https://github.com/vuejs/pinia/compare/[email protected]@2.1.5) (2023-07-26)
28

39
### Bug Fixes

packages/pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pinia",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)