Skip to content

Commit 0902f2b

Browse files
committed
1 parent 7fcb62e commit 0902f2b

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.11](https://github.com/vuejs/pinia/compare/[email protected]@2.0.11) (2022-01-30)
2+
3+
### Bug Fixes
4+
5+
- **types:** custom Awaited for TS 4.x ([7fcb62e](https://github.com/vuejs/pinia/commit/7fcb62e6fc77e273daf5396d68a9b17126d3ea35)), closes [#1006](https://github.com/vuejs/pinia/issues/1006)
6+
17
## [2.0.10](https://github.com/vuejs/pinia/compare/[email protected]@2.0.10) (2022-01-27)
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.10",
3+
"version": "2.0.11",
44
"description": "Intuitive, type safe and flexible Store for Vue",
55
"main": "index.js",
66
"module": "dist/pinia.mjs",

0 commit comments

Comments
 (0)