Skip to content

Commit b69ab74

Browse files
committed
1 parent 683efe1 commit b69ab74

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.4](https://github.com/vuejs/pinia/compare/[email protected]@2.1.4) (2023-06-14)
2+
3+
### Bug Fixes
4+
5+
- **devtools:** group setup store sync actions mutations ([683efe1](https://github.com/vuejs/pinia/commit/683efe1a34cbca82c1ef19d268e3080503401de2))
6+
17
## [2.1.3](https://github.com/vuejs/pinia/compare/[email protected]@2.1.3) (2023-05-18)
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.3",
3+
"version": "2.1.4",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)