Skip to content

Commit 9af8d07

Browse files
committed
chore(release): 6.1.0
1 parent 6649441 commit 9af8d07

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [6.1.0](https://github.com/Lol-prono/agenda/compare/v6.0.0...v6.1.0) (2025-03-02)
6+
7+
8+
### Features
9+
10+
* add delay utility function and enhance job management methods ([36ac087](https://github.com/Lol-prono/agenda/commit/36ac087092a1f27a7ae104c1d6a51252d54ea091))
11+
12+
13+
### Bug Fixes
14+
15+
* enable esModuleInterop and update import statements for consistency ([bf5ce7d](https://github.com/Lol-prono/agenda/commit/bf5ce7d8b3780f8bf534c78807f8608aa81e8dc1))
16+
* use sudo for global npm installation in CI workflow ([dac2671](https://github.com/Lol-prono/agenda/commit/dac267138fd63fed1cd2c933da604b6ee8c0eb33))
17+
518
## 6.0.0 (2025-01-27)
619

720

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hollitizz/agenda",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Light weight job scheduler for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)