From f0283a9fba511e0b2f4f463e5268dcf739be1183 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 May 2024 09:48:33 +0000 Subject: [PATCH] chore(release): 1.1.10 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.10](https://github.com/pulsecron/pulse/compare/v1.1.9...v1.1.10) (2024-05-02) ### 🐛 BUG FIXES * return resolve pulse.stop() case of success ([#18](https://github.com/pulsecron/pulse/issues/18)) ([df7e6f4](https://github.com/pulsecron/pulse/commit/df7e6f48c9ca545728689e954505088d36ca3081)) --- 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 d387014..a9710d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.1.10](https://github.com/pulsecron/pulse/compare/v1.1.9...v1.1.10) (2024-05-02) + + +### 🐛 BUG FIXES + +* return resolve pulse.stop() case of success ([#18](https://github.com/pulsecron/pulse/issues/18)) ([df7e6f4](https://github.com/pulsecron/pulse/commit/df7e6f48c9ca545728689e954505088d36ca3081)) + ## [1.1.9](https://github.com/pulsecron/pulse/compare/v1.1.8...v1.1.9) (2024-05-02) diff --git a/package-lock.json b/package-lock.json index 7a72625..b5c611e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pulsecron/pulse", - "version": "1.1.9", + "version": "1.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pulsecron/pulse", - "version": "1.1.9", + "version": "1.1.10", "license": "MIT", "dependencies": { "cron-parser": "^4.9.0", diff --git a/package.json b/package.json index 47613e3..1534fda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pulsecron/pulse", - "version": "1.1.9", + "version": "1.1.10", "description": "The modern MongoDB-powered scheduling library for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",