diff --git a/changelog.md b/changelog.md index adc75bd..b430d74 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.3](https://github.com/ehmpathy/simple-async-tasks/compare/v1.4.2...v1.4.3) (2024-06-14) + + +### Bug Fixes + +* **enqueue:** support input type which extends unique key ([816f060](https://github.com/ehmpathy/simple-async-tasks/commit/816f06025aa9cdf42d13bcbad04381e4186cdcd6)) + ## [1.4.2](https://github.com/ehmpathy/simple-async-tasks/compare/v1.4.1...v1.4.2) (2024-06-07) diff --git a/package-lock.json b/package-lock.json index 64d024e..360a79d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.4.2", + "version": "1.4.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.4.2", + "version": "1.4.3", "dependencies": { "@ehmpathy/error-fns": "1.0.2", "date-fns": "2.30.0", diff --git a/package.json b/package.json index 3a3b490..7195c52 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.2", + "version": "1.4.3", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [