Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Dec 22, 2019
1 parent d9745ea commit 4e72265
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ deploy:
on:
branch: master
tags: true
skip_cleanup: true
- provider: releases
api_key: $GITHUB_TOKEN
on:
branch: master
tags: true
skip_cleanup: true
- provider: pages
github_token: $GITHUB_TOKEN
local_dir: docs
on:
branch: master
tags: true
skip_cleanup: true
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v2.1.0
## v2.1.0, v2.1.1

### FEATURES

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@albert-team/rebloom",
"description": "Minimalistic RedisBloom client for Node.js",
"license": "MIT",
"version": "2.1.0",
"version": "2.1.1",
"author": "Albert Team",
"repository": "github:albert-team/rebloom",
"main": "dist/index.js",
Expand Down

0 comments on commit 4e72265

Please sign in to comment.