Skip to content

Commit e15ae89

Browse files
committed
1 parent fb5a6e2 commit e15ae89

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.2.7](https://github.com/vuejs/pinia/compare/[email protected]@2.2.7) (2024-11-27)
2+
3+
### Bug Fixes
4+
5+
- **devtools:** avoid running outside of browsers ([eb5e6fd](https://github.com/vuejs/pinia/commit/eb5e6fd6073da8e828a9087c876d0e8fde3cdb3d)), closes [#2843](https://github.com/vuejs/pinia/issues/2843)
6+
17
## [2.2.6](https://github.com/vuejs/pinia/compare/[email protected]@2.2.6) (2024-11-03)
28

39
No code changes in this release

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

0 commit comments

Comments
 (0)