Skip to content

Commit

Permalink
release: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Nov 21, 2020
1 parent c5ff9d6 commit f278ec6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.2](https://github.com/posva/vue-promised/compare/v2.0.1...v2.0.2) (2020-11-21)

### Bug Fixes

- **build:** global builds for vue 2 ([45e42e8](https://github.com/posva/vue-promised/commit/45e42e899abd62e9b7dfe6222c921d666297cfb5))
- **build:** use vue demi as global ([014253e](https://github.com/posva/vue-promised/commit/014253e415af3a923541a4fdba5b80d85d2ea723))

### Features

- use warn if possible ([1d06e7c](https://github.com/posva/vue-promised/commit/1d06e7c2ccb54e51c5cc2018fe8c7a9cf66e819e))

## [2.0.1](https://github.com/posva/vue-promised/compare/v2.0.0...v2.0.1) (2020-11-21)

Fix build for Vue 2
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.0.1",
"version": "2.0.2",
"description": "Some awesome description",
"main": "dist/vue-promised.cjs.js",
"unpkg": "dist/vue-promised.global-vue-2.js",
Expand Down

0 comments on commit f278ec6

Please sign in to comment.