From 6299f370ce3e3e15584efaaf659c35b046044879 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Aug 2024 04:42:07 +0000 Subject: [PATCH] chore(release): 1.6.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.2](https://github.com/pulsecron/pulse/compare/v1.6.1...v1.6.2) (2024-08-15) ### 🐛 BUG FIXES * prevent job on restart when resumeOnRestart is false ([#48](https://github.com/pulsecron/pulse/issues/48)) ([e7e1002](https://github.com/pulsecron/pulse/commit/e7e1002e4cb5324a1d6c63df1b7f3263f41210d7)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc4e28..067e6a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.6.2](https://github.com/pulsecron/pulse/compare/v1.6.1...v1.6.2) (2024-08-15) + + +### 🐛 BUG FIXES + +* prevent job on restart when resumeOnRestart is false ([#48](https://github.com/pulsecron/pulse/issues/48)) ([e7e1002](https://github.com/pulsecron/pulse/commit/e7e1002e4cb5324a1d6c63df1b7f3263f41210d7)) + ## [1.6.1](https://github.com/pulsecron/pulse/compare/v1.6.0...v1.6.1) (2024-07-15) diff --git a/package-lock.json b/package-lock.json index ac96849..edffccd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pulsecron/pulse", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pulsecron/pulse", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "cron-parser": "^4.9.0", diff --git a/package.json b/package.json index b3e7994..a2a331f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pulsecron/pulse", - "version": "1.6.1", + "version": "1.6.2", "description": "The modern MongoDB-powered job scheduler library for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",