async-ratelimiter
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.2.2"></a> | ||
## [1.2.2](https://github.com/microlinkhq/async-ratelimiter/compare/v1.2.1...v1.2.2) (2019-04-04) | ||
### Bug Fixes | ||
* **typescript-declarations:** missing decrease param at GetOptions interface ([a22b9af](https://github.com/microlinkhq/async-ratelimiter/commit/a22b9af)) | ||
<a name="1.2.1"></a> | ||
@@ -7,0 +17,0 @@ ## [1.2.1](https://github.com/microlinkhq/async-ratelimiter/compare/v1.2.0...v1.2.1) (2019-03-27) |
@@ -17,2 +17,3 @@ declare module 'async-ratelimiter' { | ||
duration?: number; | ||
decrease?: boolean; | ||
} | ||
@@ -19,0 +20,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://documentup.com/microlinkhq/async-ratelimiter", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "src/index.js", | ||
@@ -18,3 +18,4 @@ "author": { | ||
"Nico Kaiser <nico@kaiser.me>", | ||
"amanda <amandalucis@gmail.com>" | ||
"amanda <amandalucis@gmail.com>", | ||
"kornel-kedzierski <pl.kornel@gmail.com>" | ||
], | ||
@@ -21,0 +22,0 @@ "repository": { |
14101
80