diff --git a/changelog.md b/changelog.md index 696259e..e3e37c1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/ehmpathy/simple-async-tasks/compare/v1.3.0...v1.3.1) (2024-03-15) + + +### Bug Fixes + +* **queue:** allow queue url defined via async fn ([c8ecfe1](https://github.com/ehmpathy/simple-async-tasks/commit/c8ecfe1e2c2e703a78550f81b25b86a8f6507a78)) + ## [1.3.0](https://github.com/ehmpathy/simple-async-tasks/compare/v1.2.0...v1.3.0) (2024-03-15) diff --git a/package-lock.json b/package-lock.json index df1e861..fcf286c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.3.0", + "version": "1.3.1", "dependencies": { "@ehmpathy/error-fns": "1.0.2", "date-fns": "2.30.0", diff --git a/package.json b/package.json index 55efca4..4c43901 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.3.0", + "version": "1.3.1", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [