# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.3.0
* Add TypeScript typings (see https://github.com/aishek/axios-rate-limit/pull/23)
* Upgrade handlebars to 4.5.3
* Upgrade acorn to 5.7.4
* Upgrade lodash to 4.17.19

## 1.2.1
* Fix TypeScript imports (see https://github.com/aishek/axios-rate-limit/pull/19/files)

## 1.2.0
* Add maxRPS options, getMaxRPS, setMaxRPS, setRateLimitOptions methods

## 1.1.3
* Fixed ref/unref timeout behaviour for NodeJS (see https://github.com/aishek/axios-rate-limit/issues/16)

## 1.1.2
* Fixed NodeJS delayed shutdown (see https://github.com/aishek/axios-rate-limit/pull/13/files)

## 1.1.1
* Fixed TypeScript typings bundle (see https://github.com/aishek/axios-rate-limit/pull/12/files)

## 1.1.0
* Added TypeScript typings (see https://github.com/aishek/axios-rate-limit/pull/9)

## 1.0.1
* Updated internals (see https://github.com/aishek/axios-rate-limit/pull/5, https://github.com/aishek/axios-rate-limit/pull/7, https://github.com/aishek/axios-rate-limit/pull/8)

## 1.0.0
* Changed exports to classic NodeJS modules (see https://github.com/aishek/axios-rate-limit/issues/3)

## 0.0.4
* Add errors re-throw by @mcuppi (see https://github.com/aishek/axios-rate-limit/issues/1)

## 0.0.3
* Add jsdoc.

## 0.0.2
* Fix default import.

## 0.0.1
* Initial release.
