Skip to content

Commit ec414ed

Browse files
author
Aleksandr Borisov
committed
Bump version number to 1.6.3
1 parent 8b2c6d5 commit ec414ed

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

44
## Unreleased
5+
6+
## 1.6.3
57
* Fix max requests only on the first loop issue (see https://github.com/aishek/axios-rate-limit/issues/63)
68

79
## 1.6.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axios-rate-limit",
33
"description": "Rate limit for axios",
4-
"version": "1.6.2",
4+
"version": "1.6.3",
55
"license": "MIT",
66
"bugs": {
77
"url": "https://github.com/aishek/axios-rate-limit/issues"

0 commit comments

Comments
 (0)