Skip to content

Commit

Permalink
chore(release): 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simllll committed Dec 9, 2022
1 parent 7cf3c57 commit 16a7e8b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 16a7e8b

Please sign in to comment.