Skip to content

Commit 12d9d38

Browse files
committed
1 parent 78fb214 commit 12d9d38

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.26](https://github.com/vuejs/pinia/compare/[email protected]@2.0.26) (2022-11-23)
2+
3+
### Bug Fixes
4+
5+
- **types:** support older ts versions ([78fb214](https://github.com/vuejs/pinia/commit/78fb21409b731f4822b076e83b31c234e75c722d)), closes [#1818](https://github.com/vuejs/pinia/issues/1818)
6+
17
## [2.0.25](https://github.com/vuejs/pinia/compare/[email protected]@2.0.25) (2022-11-21)
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.25",
3+
"version": "2.0.26",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)