Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.12...v1.2.0) (2024-05-02)

### 🚀 FEATURES

* add fetchStatus method to Job class ([e5e904e](e5e904e))
* add getJobsRepo method to Pulse class ([27db921](27db921))
* add isExpired method to Job class ([973d0b8](973d0b8))
* emit 'cancel' event with deletedCount in cancel method of Pulse class ([0947655](0947655))
* update isRunning method in Job class to support fetching real status ([5335524](5335524))
  • Loading branch information
semantic-release-bot committed May 2, 2024
1 parent 27db921 commit b74c3b9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## [1.2.0](https://github.com/pulsecron/pulse/compare/v1.1.12...v1.2.0) (2024-05-02)


### 🚀 FEATURES

* add fetchStatus method to Job class ([e5e904e](https://github.com/pulsecron/pulse/commit/e5e904e0769808dc19b38d76623e8f63b17ac110))
* add getJobsRepo method to Pulse class ([27db921](https://github.com/pulsecron/pulse/commit/27db9210a516b4258e0f89e2d00ba4eb5e42ef30))
* add isExpired method to Job class ([973d0b8](https://github.com/pulsecron/pulse/commit/973d0b8c448ad6de5cb61c6438d16ff690f9ef2e))
* emit 'cancel' event with deletedCount in cancel method of Pulse class ([0947655](https://github.com/pulsecron/pulse/commit/0947655ec43179b3a9004a0e4c94a0b19e751c89))
* update isRunning method in Job class to support fetching real status ([5335524](https://github.com/pulsecron/pulse/commit/533552495393943209c1e533a109e3338a11b155))

## [1.1.12](https://github.com/pulsecron/pulse/compare/v1.1.11...v1.1.12) (2024-05-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pulsecron/pulse",
"version": "1.1.12",
"version": "1.2.0",
"description": "The modern MongoDB-powered scheduling library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b74c3b9

Please sign in to comment.