Skip to content

Commit

Permalink
chore(): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2020-11-21)

### Bug Fixes

* **deps:** update dependency yup to v0.30.0 ([#140](#140)) ([5679b0f](5679b0f))
  • Loading branch information
semantic-release-bot committed Nov 21, 2020
1 parent 34b4452 commit bc38ca0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.1](https://github.com/Airfooox/cron-validate/compare/v1.4.0...v1.4.1) (2020-11-21)


### Bug Fixes

* **deps:** update dependency yup to v0.30.0 ([#140](https://github.com/Airfooox/cron-validate/issues/140)) ([5679b0f](https://github.com/Airfooox/cron-validate/commit/5679b0f0310487e98c028444d9f2ca91d87c57fa))

# [1.4.0](https://github.com/Airfooox/cron-validate/compare/v1.3.1...v1.4.0) (2020-10-25)


Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "1.4.1",
"description": "cron-validate is a cron-expression validator written in TypeScript.",
"scripts": {
"dev": "nodemon",
Expand Down

0 comments on commit bc38ca0

Please sign in to comment.