Skip to content

Commit a572b15

Browse files
committed
1 parent 22512da commit a572b15

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/pinia/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.0.10](https://github.com/vuejs/pinia/compare/[email protected]@2.0.10) (2022-01-27)
2+
3+
### Bug Fixes
4+
5+
- check HTMLAnchorElement in saveAs for mini-program ([#966](https://github.com/vuejs/pinia/issues/966)) ([#967](https://github.com/vuejs/pinia/issues/967)) ([85daefb](https://github.com/vuejs/pinia/commit/85daefb7c3325d3cd258de9812cb117c393b8f99))
6+
- **subscriptions:** allow removing subscriptions inside them ([#990](https://github.com/vuejs/pinia/issues/990)) ([465d222](https://github.com/vuejs/pinia/commit/465d22292a0086eb610f5f83edd64a795eba329b))
7+
- **types:** custom Awaited for TS 4.x ([7c51126](https://github.com/vuejs/pinia/commit/7c51126d5b59b0c1a693df7c4a93bd4cf309b79b)), closes [#957](https://github.com/vuejs/pinia/issues/957)
8+
19
## [2.0.9](https://github.com/vuejs/pinia/compare/[email protected]@2.0.9) (2021-12-24)
210

311
### Features

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

0 commit comments

Comments
 (0)