diff --git a/CHANGELOG.md b/CHANGELOG.md index 8574851..b441f77 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.1.4](https://github.com/hokify/agenda/compare/v4.1.3...v4.1.4) (2020-11-18) + + +### Bug Fixes + +* **jobprocessor:** check if set timeout value is valid ([2afaaa3](https://github.com/hokify/agenda/commit/2afaaa3227bf78978024c914dbc4be0c29dff7a9)) + ### [4.1.3](https://github.com/hokify/agenda/compare/v4.1.2...v4.1.3) (2020-10-30) diff --git a/package-lock.json b/package-lock.json index 12d0b55..12473cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hokify/agenda", - "version": "4.1.3", + "version": "4.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ad0b97..c9cd817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hokify/agenda", - "version": "4.1.3", + "version": "4.1.4", "description": "Light weight job scheduler for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",