Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Dec 22, 2019
1 parent 52aee5f commit d9745ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v2.1.0

### FEATURES

- Add unit tests
- Use _Travis CI_

### PATCHES

- Fix CMS.INCRBY change in RedisBloom v2.2.0

## v2.0.0

### FEATURES
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![](https://img.shields.io/github/license/albert-team/rebloom.svg?style=flat-square)](https://github.com/albert-team/rebloom)
[![](https://img.shields.io/npm/v/@albert-team/rebloom.svg?style=flat-square)](https://www.npmjs.com/package/@albert-team/rebloom)
[![](https://img.shields.io/travis/com/albert-team/rebloom.svg?style=flat-square)](https://travis-ci.com/albert-team/rebloom)

# REBLOOM

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.0.0",
"version": "2.1.0",
"author": "Albert Team",
"repository": "github:albert-team/rebloom",
"main": "dist/index.js",
Expand Down

0 comments on commit d9745ea

Please sign in to comment.