Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Oct 8, 2019
1 parent fafbbe9 commit 034237f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## v4.1.1 2019-10-08

- Update dependencies.

## v4.1.0 2019-08-06

- Safe limiter registers own listener for `error` event so errors are ignored
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "sliding-window-rate-limiter",
"version": "4.1.0",
"version": "4.1.1",
"description": "Sliding window rate limiter with Redis 3.2 backend",
"main": "lib/sliding-window-rate-limiter.js",
"typings": "lib/sliding-window-rate-limiter.d.ts",
Expand Down

0 comments on commit 034237f

Please sign in to comment.