Skip to content

Commit

Permalink
chore(): 1.4.5 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 20, 2022
1 parent ccdba6c commit b95aae1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.5](https://github.com/Airfooox/cron-validate/compare/v1.4.4...v1.4.5) (2022-11-20)


### Bug Fixes

* 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))

## [1.4.4](https://github.com/Airfooox/cron-validate/compare/v1.4.3...v1.4.4) (2022-10-12)


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": "cron-validate",
"version": "1.4.4",
"version": "1.4.5",
"description": "cron-validate is a cron-expression validator written in TypeScript.",
"scripts": {
"dev": "nodemon",
Expand Down

0 comments on commit b95aae1

Please sign in to comment.