Skip to content

Commit 6299f37

Browse files
chore(release): 1.6.2 [skip ci]
## [1.6.2](v1.6.1...v1.6.2) (2024-08-15) ### 🐛 BUG FIXES * prevent job on restart when resumeOnRestart is false ([#48](#48)) ([e7e1002](e7e1002))
1 parent e7e1002 commit 6299f37

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## [1.6.2](https://github.com/pulsecron/pulse/compare/v1.6.1...v1.6.2) (2024-08-15)
4+
5+
6+
### 🐛 BUG FIXES
7+
8+
* prevent job on restart when resumeOnRestart is false ([#48](https://github.com/pulsecron/pulse/issues/48)) ([e7e1002](https://github.com/pulsecron/pulse/commit/e7e1002e4cb5324a1d6c63df1b7f3263f41210d7))
9+
310
## [1.6.1](https://github.com/pulsecron/pulse/compare/v1.6.0...v1.6.1) (2024-07-15)
411

512

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.1",
3+
"version": "1.6.2",
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)