Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit c3f63fd

Browse files
chore(release): 1.6.5 [skip ci]
## [1.6.5](v1.6.4...v1.6.5) (2024-11-19) ### 🐛 BUG FIXES * add check for nextRunAt on non-recurrent jobs ([f80b330](f80b330)) * add comments on each case for job search + add more strong checks to not leave any job out ([95312f4](95312f4)) * revert to 1.6.3 nextRunAt default ([364ae9a](364ae9a))
1 parent 9bb96e6 commit c3f63fd

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## [1.6.5](https://github.com/pulsecron/pulse/compare/v1.6.4...v1.6.5) (2024-11-19)
4+
5+
6+
### 🐛 BUG FIXES
7+
8+
* add check for nextRunAt on non-recurrent jobs ([f80b330](https://github.com/pulsecron/pulse/commit/f80b3305a7a98222ec3265b02f550cf69fac4631))
9+
* add comments on each case for job search + add more strong checks to not leave any job out ([95312f4](https://github.com/pulsecron/pulse/commit/95312f4bae351e9769ea3e8a2f14edaeb3a89bf0))
10+
* revert to 1.6.3 nextRunAt default ([364ae9a](https://github.com/pulsecron/pulse/commit/364ae9a7db332919abe3bba00eca0912aa3919e4))
11+
312
## [1.6.4](https://github.com/pulsecron/pulse/compare/v1.6.3...v1.6.4) (2024-11-19)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pulsecron/pulse",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "The modern MongoDB-powered job scheduler library for Node.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)