From b04171d4611c21b188fdda819f54a89ebe4ecdc7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 16 Aug 2024 09:06:29 +0000 Subject: [PATCH] chore(release): 1.6.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.6.3](https://github.com/pulsecron/pulse/compare/v1.6.2...v1.6.3) (2024-08-16) ### 🐛 BUG FIXES * modified it to exclude already run that should not be executed ([#51](https://github.com/pulsecron/pulse/issues/51)) ([f066867](https://github.com/pulsecron/pulse/commit/f0668678313ab181e3e209029bde95689cc899b5)) --- 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 067e6a3..bd5a4df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.6.3](https://github.com/pulsecron/pulse/compare/v1.6.2...v1.6.3) (2024-08-16) + + +### 🐛 BUG FIXES + +* modified it to exclude already run that should not be executed ([#51](https://github.com/pulsecron/pulse/issues/51)) ([f066867](https://github.com/pulsecron/pulse/commit/f0668678313ab181e3e209029bde95689cc899b5)) + ## [1.6.2](https://github.com/pulsecron/pulse/compare/v1.6.1...v1.6.2) (2024-08-15) diff --git a/package-lock.json b/package-lock.json index edffccd..4e2c520 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pulsecron/pulse", - "version": "1.6.2", + "version": "1.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pulsecron/pulse", - "version": "1.6.2", + "version": "1.6.3", "license": "MIT", "dependencies": { "cron-parser": "^4.9.0", diff --git a/package.json b/package.json index a2a331f..e8e5bc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pulsecron/pulse", - "version": "1.6.2", + "version": "1.6.3", "description": "The modern MongoDB-powered job scheduler library for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",