diff --git a/CHANGELOG.md b/CHANGELOG.md index 0036e69..83c40d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/martinstark/throttle-ts/compare/v1.2.1...v1.2.2) (2021-02-27) + + +### Bug Fixes + +* remove superfluous code, stricted typing ([31aed5b](https://github.com/martinstark/throttle-ts/commit/31aed5ba67f9e6abd631fe1c5da276b57e4c90ec)) + ## [1.2.1](https://github.com/martinstark/throttle-ts/compare/v1.2.0...v1.2.1) (2021-02-18) diff --git a/package.json b/package.json index 1b3b64c..95059a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@martinstark/throttle-ts", - "version": "1.2.1", + "version": "1.2.2", "description": "Correctly typed generic throttle function", "typings": "dist/typings/index.d.ts", "main": "dist/throttle-ts.min.js",