diff --git a/CHANGELOG.md b/CHANGELOG.md index b9037f7..153c53b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.30](https://github.com/hokify/agenda/compare/v4.0.29...v4.0.30) (2020-10-23) + + +### Bug Fixes + +* **job-processor:** emit error when db query fails ([eff80aa](https://github.com/hokify/agenda/commit/eff80aa60de38644235653ab81860915a1e32b17)) + ### [4.0.29](https://github.com/hokify/agenda/compare/v4.0.28...v4.0.29) (2020-10-22) diff --git a/package-lock.json b/package-lock.json index 34c702a..e74540b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hokify/agenda", - "version": "4.0.29", + "version": "4.0.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fe9fad9..5fb0c77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hokify/agenda", - "version": "4.0.29", + "version": "4.0.30", "description": "Light weight job scheduler for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",