Skip to content

Commit

Permalink
chore(release): 2.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2023-10-26)

### Bug Fixes

* fix a bug of job lock not deactivated for redis ([acf9151](acf9151))
  • Loading branch information
semantic-release-bot committed Oct 26, 2023
1 parent 3886536 commit 5180f47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.1](https://github.com/yujiosaka/Cronyx/compare/v2.4.0...v2.4.1) (2023-10-26)


### Bug Fixes

* fix a bug of job lock not deactivated for redis ([acf9151](https://github.com/yujiosaka/Cronyx/commit/acf91512d120bf3c4d8891e2ab6620647729e602))

# [2.4.0](https://github.com/yujiosaka/Cronyx/compare/v2.3.1...v2.4.0) (2023-10-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cronyx",
"version": "2.4.0",
"version": "2.4.1",
"description": "Script-based task scheduler with scalable architecture, and integrated dependency management.",
"type": "module",
"module": "dist/index.ts",
Expand Down

0 comments on commit 5180f47

Please sign in to comment.