From 0584a8c1c0cd98d62930968b2f28234a92f1e36f Mon Sep 17 00:00:00 2001 From: Uladzimir Kasacheuski Date: Thu, 1 Aug 2024 07:40:09 -0400 Subject: [PATCH] =?UTF-8?q?chore(release):=20v1.7.1=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 213672b..8c9c356 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # Changelog +## [1.7.1](https://github.com/ehmpathy/simple-async-tasks/compare/v1.7.0...v1.7.1) (2024-08-01) + + +### Bug Fixes + +* **exec:** auto-retry on unfound task for read-after-write resilience ([597b2b8](https://github.com/ehmpathy/simple-async-tasks/commit/597b2b8c6c80f2a4753d7a6d33307ebc83112015)) +* **practs:** bump practs to latest best ([05d6df8](https://github.com/ehmpathy/simple-async-tasks/commit/05d6df8648b6a2aa41c475e82a1e3d16a5bdb104)) + ## [1.7.0](https://github.com/ehmpathy/simple-async-tasks/compare/v1.6.0...v1.7.0) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index a651e4d..0e0b5fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.7.0", + "version": "1.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.7.0", + "version": "1.7.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index cbd5d76..45d73cd 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.0", + "version": "1.7.1", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [