From d32a3c07b11872cbfeb7b73dc8196bf32566e149 Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Sat, 6 Jul 2024 10:18:50 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.5.0=20=F0=9F=8E=89=20(#23)?= 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 e259ae2..69a23db 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/ehmpathy/simple-async-tasks/compare/v1.4.4...v1.5.0) (2024-07-06) + + +### Features + +* **requeue:** add native sqs requeue capability to prevent error logs on retryLater ([ca83c9b](https://github.com/ehmpathy/simple-async-tasks/commit/ca83c9bf167aa9177bcb3a7ecde0c4f6c1ee7e3e)) + ## [1.4.4](https://github.com/ehmpathy/simple-async-tasks/compare/v1.4.3...v1.4.4) (2024-06-29) diff --git a/package-lock.json b/package-lock.json index 2322798..9928413 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.4.4", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.4.4", + "version": "1.5.0", "dependencies": { "@ehmpathy/error-fns": "1.3.0", "date-fns": "2.30.0", diff --git a/package.json b/package.json index f80c285..57662aa 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.4.4", + "version": "1.5.0", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [