Skip to content

Commit a1e07b9

Browse files
chore(): 1.4.3 [skip ci]
## [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))
1 parent 1bb3f58 commit a1e07b9

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.4.3](https://github.com/Airfooox/cron-validate/compare/v1.4.2...v1.4.3) (2021-03-31)
2+
3+
4+
### Bug Fixes
5+
6+
* remove import type for backwards compatibility ([3e4d8ab](https://github.com/Airfooox/cron-validate/commit/3e4d8ab37869b2ed2290a9ca6a58a5b3bcc0beaa))
7+
* **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))
8+
19
## [1.4.2](https://github.com/Airfooox/cron-validate/compare/v1.4.1...v1.4.2) (2020-12-25)
210

311

package-lock.json

Lines changed: 1 addition & 1 deletion
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.2",
3+
"version": "1.4.3",
44
"description": "cron-validate is a cron-expression validator written in TypeScript.",
55
"scripts": {
66
"dev": "nodemon",

0 commit comments

Comments
 (0)