Skip to content

Commit

Permalink
Update TravisCI configs. Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Feb 7, 2020
1 parent a19dab3 commit d86b0ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,25 @@ after_success:
- yarn run build:docs
deploy:
- provider: npm
api_key: $NPM_TOKEN
edge: true
api_token: $NPM_TOKEN
email: 'luongquangmanh85@gmail.com'
on:
branch: master
tags: true
skip_cleanup: true
cleanup: false
- provider: releases
api_key: $GITHUB_TOKEN
edge: true
token: $GITHUB_TOKEN
on:
branch: master
tags: true
skip_cleanup: true
cleanup: false
- provider: pages
github_token: $GITHUB_TOKEN
edge: true
token: $GITHUB_TOKEN
local_dir: docs
on:
branch: master
tags: true
skip_cleanup: true
cleanup: false
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v2.2.0
## v2.2.0, v2.2.1

### FEATURES

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": ">=8"
},
"version": "2.2.0",
"version": "2.2.1",
"files": [
"dist"
],
Expand Down

0 comments on commit d86b0ed

Please sign in to comment.