From 9c13db3c82cb2c5db1b793fcc8f799f4a309a856 Mon Sep 17 00:00:00 2001 From: "@qiwibot" Date: Mon, 2 Nov 2020 09:19:58 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/qiwi/queuefy/compare/v1.1.2...v1.1.3) (2020-11-02) ### Bug Fixes * **package:** up deps, fix vuls ([d64ad75](https://github.com/qiwi/queuefy/commit/d64ad75d6b72740bd72ee5f8dfa3da9a7c204f3d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 842a158..9226360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.3](https://github.com/qiwi/queuefy/compare/v1.1.2...v1.1.3) (2020-11-02) + + +### Bug Fixes + +* **package:** up deps, fix vuls ([d64ad75](https://github.com/qiwi/queuefy/commit/d64ad75d6b72740bd72ee5f8dfa3da9a7c204f3d)) + ## [1.1.2](https://github.com/qiwi/queuefy/compare/v1.1.1...v1.1.2) (2020-09-24) diff --git a/package.json b/package.json index 5b5d52a..ac93f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "queuefy", - "version": "1.1.2", + "version": "1.1.3", "private": false, "description": "Wrapper to make any async handler be like a single thread with queue", "source": "src/main/ts/index.ts",