Skip to content

Commit

Permalink
chore(release): 1.6.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 9bb96e6 commit c3f63fd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## [1.6.5](https://github.com/pulsecron/pulse/compare/v1.6.4...v1.6.5) (2024-11-19)


### 🐛 BUG FIXES

* add check for nextRunAt on non-recurrent jobs ([f80b330](https://github.com/pulsecron/pulse/commit/f80b3305a7a98222ec3265b02f550cf69fac4631))
* 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))
* revert to 1.6.3 nextRunAt default ([364ae9a](https://github.com/pulsecron/pulse/commit/364ae9a7db332919abe3bba00eca0912aa3919e4))

## [1.6.4](https://github.com/pulsecron/pulse/compare/v1.6.3...v1.6.4) (2024-11-19)


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": "@pulsecron/pulse",
"version": "1.6.4",
"version": "1.6.5",
"description": "The modern MongoDB-powered job scheduler library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c3f63fd

Please sign in to comment.