Skip to content

Commit b95aae1

Browse files
chore(): 1.4.5 [skip ci]
## [1.4.5](v1.4.4...v1.4.5) (2022-11-20) ### Bug Fixes * day of week occurence number cannot be bigger than 5 ([#263](#263)) ([62cbb9b](62cbb9b))
1 parent ccdba6c commit b95aae1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.4.5](https://github.com/Airfooox/cron-validate/compare/v1.4.4...v1.4.5) (2022-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* day of week occurence number cannot be bigger than 5 ([#263](https://github.com/Airfooox/cron-validate/issues/263)) ([62cbb9b](https://github.com/Airfooox/cron-validate/commit/62cbb9ba6ba191eaa49bb51c073de78f3f28eaac))
7+
18
## [1.4.4](https://github.com/Airfooox/cron-validate/compare/v1.4.3...v1.4.4) (2022-10-12)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cron-validate",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "cron-validate is a cron-expression validator written in TypeScript.",
55
"scripts": {
66
"dev": "nodemon",

0 commit comments

Comments
 (0)