Skip to content

Commit

Permalink
Drop Node.js 8 support. Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lqmanh committed Feb 7, 2021
1 parent e371633 commit d7e5a1f
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '8'
- '10'
- '12'
- '14'
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## v2.5.0

### FEATURES

- Drop Node.js 8 support

## v2.4.0

### FEATURES

- Make `BaseFilter.name` non-final & public
- Add `BloomFilter.info()`

## v2.3.0

### FEATURES
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019-2020 Albert Team
Copyright (c) 2019-2021 Albert Team

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### Requirements

- Node.js >= 8
- Node.js >= 10
- Redis >= 4
- [RedisBloom][0] >= 2.2.0

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Albert Team",
"repository": "github:albert-team/rebloom",
"engines": {
"node": ">=8"
"node": ">=10"
},
"version": "2.4.0",
"version": "2.5.0",
"files": ["dist"],
"types": "dist/index.d.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit d7e5a1f

Please sign in to comment.