Skip to content

Commit

Permalink
Release v3.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.3](v3.1.2...v3.1.3) (2023-10-19)

### 🐛 Bug Fixes

* allow callbacks to return a promise ([#733](#733)) ([8dd8b75](8dd8b75))

### ⚙️ Continuous Integrations

* **renovate:** update configuration ([#732](#732)) [skip ci] ([2ff9c6e](2ff9c6e))
  • Loading branch information
semantic-release-bot committed Oct 19, 2023
1 parent 8dd8b75 commit 24f31ca
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.1.3](https://github.com/kelektiv/node-cron/compare/v3.1.2...v3.1.3) (2023-10-19)


### 🐛 Bug Fixes

* allow callbacks to return a promise ([#733](https://github.com/kelektiv/node-cron/issues/733)) ([8dd8b75](https://github.com/kelektiv/node-cron/commit/8dd8b754b69e2cbe503f344f2346a035cf5a3ec6))


### ⚙️ Continuous Integrations

* **renovate:** update configuration ([#732](https://github.com/kelektiv/node-cron/issues/732)) [skip ci] ([2ff9c6e](https://github.com/kelektiv/node-cron/commit/2ff9c6eb94fbc833c6a7fff30242e2b4b8367dc6))

## [3.1.2](https://github.com/kelektiv/node-cron/compare/v3.1.1...v3.1.2) (2023-10-19)


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,7 +1,7 @@
{
"name": "cron",
"description": "Cron jobs for your node",
"version": "3.1.2",
"version": "3.1.3",
"author": "Nick Campbell <nicholas.j.campbell@gmail.com> (https://github.com/ncb000gt)",
"bugs": {
"url": "https://github.com/kelektiv/node-cron/issues"
Expand Down

0 comments on commit 24f31ca

Please sign in to comment.