From 902bc44875283b86b18cc88f6f515227b0cb7fd5 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Tue, 6 Aug 2024 07:12:24 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.7.2=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 8c9c356..4a2ff9f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.2](https://github.com/ehmpathy/simple-async-tasks/compare/v1.7.1...v1.7.2) (2024-08-06) + + +### Bug Fixes + +* **retry:** ensure to exit without attempt on retry later via requeue ([653ec01](https://github.com/ehmpathy/simple-async-tasks/commit/653ec011c558fd8f6a1bd66d014f23901553e031)) + ## [1.7.1](https://github.com/ehmpathy/simple-async-tasks/compare/v1.7.0...v1.7.1) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index 0e0b5fb..eae57aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.7.1", + "version": "1.7.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 45d73cd..e92340a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simple-async-tasks", "author": "ehmpathy", "description": "A simple in-memory queue, for nodejs and the browser, with consumers for common usecases.", - "version": "1.7.1", + "version": "1.7.2", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [