diff --git a/CHANGELOG.md b/CHANGELOG.md index c75c220..eb569a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.5](https://github.com/qiwi/queuefy/compare/v1.1.4...v1.1.5) (2021-03-11) + + +### Performance Improvements + +* **pkg:** up deps ([af29a8b](https://github.com/qiwi/queuefy/commit/af29a8b9e1e526d2109bb3eadf2b461677d86110)) + ## [1.1.4](https://github.com/qiwi/queuefy/compare/v1.1.3...v1.1.4) (2020-12-29) diff --git a/package.json b/package.json index 5744b38..132cc40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queuefy", - "version": "1.1.4", + "version": "1.1.5", "private": false, "description": "Wrapper to make any async handler be like a single thread with queue", "source": "src/main/ts/index.ts",