Skip to content

Commit

Permalink
release: v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Oct 18, 2021
1 parent 42bdbf2 commit 77c89d8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.2.0](https://github.com/posva/vue-promised/compare/v2.1.0...v2.2.0) (2021-10-18)

### Bug Fixes

- display rejected slot even if error is undefined ([#241](https://github.com/posva/vue-promised/issues/241)) ([c166d65](https://github.com/posva/vue-promised/commit/c166d650d1d21c568c74899ec99a735f301c9c34))

### Features

- **types:** add slots ([2a22547](https://github.com/posva/vue-promised/commit/2a2254756c4b603dc0a828986bf987c5dbdafe3b)), closes [#348](https://github.com/posva/vue-promised/issues/348)
- **types:** add UsePromiseResult type ([0a610ec](https://github.com/posva/vue-promised/commit/0a610ec4bc7a3165996c0fe8481625207694d2b3)), closes [#348](https://github.com/posva/vue-promised/issues/348)
- **warn:** improve message for missing slots ([db576c4](https://github.com/posva/vue-promised/commit/db576c425ceace6ce21b79b9b93ccd92f0ef06e8)), closes [#47](https://github.com/posva/vue-promised/issues/47)

# [2.1.0](https://github.com/posva/vue-promised/compare/v2.0.3...v2.1.0) (2021-06-08)

- Update vue-demi
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-promised",
"version": "2.1.0",
"version": "2.2.0",
"description": "Some awesome description",
"main": "dist/vue-promised.cjs.js",
"unpkg": "dist/vue-promised.global-vue-2.js",
Expand Down

0 comments on commit 77c89d8

Please sign in to comment.