-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version number to 3.0.0 for upcoming release (#55)
* update version number to 3.0.0 * update readme + add keywords Co-authored-by: Folkvir <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bloom-filters", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash", | ||
"main": "dist/api.js", | ||
"type": "commonjs", | ||
|
@@ -23,12 +23,18 @@ | |
"bloom", | ||
"filter", | ||
"bloom filter", | ||
"invertible bloom filter", | ||
"probabilistic", | ||
"datastructure", | ||
"partitionned bloom filter", | ||
"scalable bloom filter", | ||
"counting bloom filter", | ||
"invertible bloom filter", | ||
"count min sketch", | ||
"cuckoo", | ||
"xor-filter" | ||
"xor", | ||
"minhash", | ||
"top-k", | ||
"hyperloglog" | ||
], | ||
"author": "Thomas Minier <[email protected]>", | ||
"contributors": [ | ||
|