From 6cf5394102ca642e89400f8a68ffa1d215133b82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 May 2024 02:27:05 +0000 Subject: [PATCH] chore(release): 1.1.9 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.1.9](https://github.com/pulsecron/pulse/compare/v1.1.8...v1.1.9) (2024-05-02) ### 🐛 BUG FIXES * jobAttributes interface to use generic type T in data property ([#15](https://github.com/pulsecron/pulse/issues/15)) ([daee70a](https://github.com/pulsecron/pulse/commit/daee70a06acc4bf6679e7592b5f5cde0bb4b74d0)) --- 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 848ca8f..d387014 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [1.1.9](https://github.com/pulsecron/pulse/compare/v1.1.8...v1.1.9) (2024-05-02) + + +### 🐛 BUG FIXES + +* jobAttributes interface to use generic type T in data property ([#15](https://github.com/pulsecron/pulse/issues/15)) ([daee70a](https://github.com/pulsecron/pulse/commit/daee70a06acc4bf6679e7592b5f5cde0bb4b74d0)) + ## [1.1.8](https://github.com/pulsecron/pulse/compare/v1.1.7...v1.1.8) (2024-04-22) diff --git a/package-lock.json b/package-lock.json index 9d31dd2..7a72625 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pulsecron/pulse", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pulsecron/pulse", - "version": "1.1.8", + "version": "1.1.9", "license": "MIT", "dependencies": { "cron-parser": "^4.9.0", diff --git a/package.json b/package.json index dc7b433..47613e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pulsecron/pulse", - "version": "1.1.8", + "version": "1.1.9", "description": "The modern MongoDB-powered scheduling library for Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",