From 16a7e8b226ac8c95130a030ecba193c87871f6cf Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 9 Dec 2022 14:07:10 +0100 Subject: [PATCH] chore(release): 6.3.0 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3baa3e..3cbddf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. +## [6.3.0](https://github.com/hokify/agenda/compare/v6.2.13...v6.3.0) (2022-12-09) + + +### Features + +* add localLockLimitReached ([af90bcb](https://github.com/hokify/agenda/commit/af90bcb333902e0699361dace4c680b9c57ebd7c)) + + +### Bug Fixes + +* add error message to forked child and give it a chance to die ([7cf3c57](https://github.com/hokify/agenda/commit/7cf3c57c618ce8f3ae47571724fe6d087418fa5e)) + ### [6.2.13](https://github.com/hokify/agenda/compare/v6.2.12...v6.2.13) (2022-11-17) diff --git a/package-lock.json b/package-lock.json index 1f56083..f6aa80a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hokify/agenda", - "version": "6.2.13", + "version": "6.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hokify/agenda", - "version": "6.2.13", + "version": "6.3.0", "license": "MIT", "dependencies": { "cron-parser": "^4", diff --git a/package.json b/package.json index 6cb04e3..e3c578d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hokify/agenda", - "version": "6.2.13", + "version": "6.3.0", "description": "Light weight job scheduler for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",