Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Feb 7, 2020
1 parent fed6c08 commit a19dab3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## v2.2.0

### FEATURES

- Add optional arg `expansionRate` to `BloomFilter.reserve()`
- Add optional args `bucketSize`, `maxIterations` and `expansionRate` to `CuckooFilter.reserve()`

## v2.1.0, v2.1.1

### FEATURES
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

# REBLOOM

> Minimalistic [RedisBloom][0] client for Node.js
> Minimalistic [RedisBloom][0] client for Node.js.
## Installation

### Requirements

- Node.js >= 8.0.0
- Redis >= 4.0
- [RedisBloom][0] >= 2.0.0
- Node.js >= 8
- Redis >= 4
- [RedisBloom][0] >= 2.2.0

### Instructions

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@albert-team/rebloom",
"description": "Minimalistic RedisBloom client for Node.js",
"description": "Minimalistic RedisBloom client for Node.js.",
"license": "MIT",
"author": "Albert Team",
"repository": "github:albert-team/rebloom",
"engines": {
"node": ">=8"
},
"version": "2.1.1",
"version": "2.2.0",
"files": [
"dist"
],
Expand All @@ -23,19 +23,19 @@
"@albert-team/red": "^0.8.0"
},
"devDependencies": {
"@types/jest": "^24.0.24",
"@types/node": "^12.12.21",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"@types/jest": "^25.1.2",
"@types/node": "^13.7.0",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-jest": "^23.2.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^24.9.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"ts-jest": "^24.2.0",
"typedoc": "^0.15.5",
"typescript": "^3.7.4"
"ts-jest": "^25.2.0",
"typedoc": "^0.16.9",
"typescript": "^3.7.5"
},
"keywords": [
"bloom",
Expand Down

0 comments on commit a19dab3

Please sign in to comment.