Skip to content

Commit b75c067

Browse files
Release v3.1.1 [skip ci]
## [3.1.1](v3.1.0...v3.1.1) (2023-10-12) ### πŸ› Bug Fixes * fix lastDate() value for intervals > 25 days ([#711](#711)) ([141aa00](141aa00)) * fix object constructor typings & make OC generic type optional ([#712](#712)) ([6536084](6536084)) ### πŸ“š Documentation * **readme:** update nextDates documentation ([#702](#702)) ([1ad2e22](1ad2e22))
1 parent 1ad2e22 commit b75c067

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

β€ŽCHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [3.1.1](https://github.com/kelektiv/node-cron/compare/v3.1.0...v3.1.1) (2023-10-12)
2+
3+
4+
### πŸ› Bug Fixes
5+
6+
* fix lastDate() value for intervals > 25 days ([#711](https://github.com/kelektiv/node-cron/issues/711)) ([141aa00](https://github.com/kelektiv/node-cron/commit/141aa00f55fa105d89df7e257d82c94ad2bb2b3a))
7+
* fix object constructor typings & make OC generic type optional ([#712](https://github.com/kelektiv/node-cron/issues/712)) ([6536084](https://github.com/kelektiv/node-cron/commit/653608451caecd51f50884d83563c03c6c27bc54))
8+
9+
10+
### πŸ“š Documentation
11+
12+
* **readme:** update nextDates documentation ([#702](https://github.com/kelektiv/node-cron/issues/702)) ([1ad2e22](https://github.com/kelektiv/node-cron/commit/1ad2e228f75bcaab3eb97a27665c06b7892678c5))
13+
114
## [3.1.0](https://github.com/kelektiv/node-cron/compare/v3.0.0...v3.1.0) (2023-10-09)
215

316

β€Žpackage-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cron",
33
"description": "Cron jobs for your node",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"author": "Nick Campbell <[email protected]> (https://github.com/ncb000gt)",
66
"bugs": {
77
"url": "https://github.com/kelektiv/node-cron/issues"

0 commit comments

Comments
Β (0)