From d9745ea9eab3bf0260a402f74e86f0d12f380179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C6=B0=C6=A1ng=20Quang=20M=E1=BA=A1nh?= Date: Sun, 22 Dec 2019 22:12:14 +0700 Subject: [PATCH] Bump version to 2.1.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 1 + package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b502abc..976c476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 7a2235b..0a1f536 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index ebdde8e..6e310ad 100644 --- a/package.json +++ b/package.json @@ -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",