diff --git a/CHANGELOG.md b/CHANGELOG.md index 840d2fd..8600ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 1.3.2 +* Fixed TypeScript typings (see https://github.com/aishek/axios-rate-limit/pull/34) + ## 1.3.1 * Fixed cancelled requests behaviour, now they does not affect rate limiting (see https://github.com/aishek/axios-rate-limit/pull/50) diff --git a/package.json b/package.json index d0f4417..df828c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axios-rate-limit", "description": "Rate limit for axios.", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "bugs": { "url": "https://github.com/aishek/axios-rate-limit/issues"