Skip to content

Commit

Permalink
chore(): 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.3](v1.4.2...v1.4.3) (2021-03-31)

### Bug Fixes

* remove import type for backwards compatibility ([3e4d8ab](3e4d8ab))
* **deps:** update dependency yup to v0.32.9 ([#166](#166)) ([0193a3f](0193a3f))
  • Loading branch information
semantic-release-bot committed Mar 31, 2021
1 parent 1bb3f58 commit a1e07b9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.4.3](https://github.com/Airfooox/cron-validate/compare/v1.4.2...v1.4.3) (2021-03-31)


### Bug Fixes

* remove import type for backwards compatibility ([3e4d8ab](https://github.com/Airfooox/cron-validate/commit/3e4d8ab37869b2ed2290a9ca6a58a5b3bcc0beaa))
* **deps:** update dependency yup to v0.32.9 ([#166](https://github.com/Airfooox/cron-validate/issues/166)) ([0193a3f](https://github.com/Airfooox/cron-validate/commit/0193a3f5e767be95c34d80f965c631dab1cf5331))

## [1.4.2](https://github.com/Airfooox/cron-validate/compare/v1.4.1...v1.4.2) (2020-12-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.2",
"version": "1.4.3",
"description": "cron-validate is a cron-expression validator written in TypeScript.",
"scripts": {
"dev": "nodemon",
Expand Down

0 comments on commit a1e07b9

Please sign in to comment.