diff --git a/changelog.md b/changelog.md index 382bfb3..f4d62e5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.0](https://github.com/ehmpathy/simple-async-tasks/compare/v1.8.0...v1.9.0) (2024-12-27) + + +### Features + +* **context:** upgrade to grab logger from context ([f3b1e30](https://github.com/ehmpathy/simple-async-tasks/commit/f3b1e30f6dfa5732a84df64979d29351553951cb)) + ## [1.8.0](https://github.com/ehmpathy/simple-async-tasks/compare/v1.7.2...v1.8.0) (2024-08-19) diff --git a/package-lock.json b/package-lock.json index e5bd3c1..6e37f20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-async-tasks", - "version": "1.8.0", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-async-tasks", - "version": "1.8.0", + "version": "1.9.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 63943d3..59717be 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.8.0", + "version": "1.9.0", "repository": "ehmpathy/simple-async-tasks", "homepage": "https://github.com/ehmpathy/simple-async-tasks", "keywords": [