From 37ffab50efa2b35a0da20fccd305727aba3f921d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Jul 2020 23:39:18 +0200 Subject: [PATCH] chore(): 1.2.0 [skip ci] # [1.2.0](https://github.com/Airfooox/cron-validate/compare/v1.1.5...v1.2.0) (2020-07-29) ### Bug Fixes * **deps:** update dependency yup to v0.29.2 ([#87](https://github.com/Airfooox/cron-validate/issues/87)) ([cb8cdfe](https://github.com/Airfooox/cron-validate/commit/cb8cdfe67e99f652e0afc924a76d55e3b51cb1a3)) * add explicit return types to avoid Result ([#78](https://github.com/Airfooox/cron-validate/issues/78)) ([177e301](https://github.com/Airfooox/cron-validate/commit/177e30140cad37e70fdd05e38080ecffddc9b6f9)) ### Features * Extending AWS Preset wildcards and checks. ([#80](https://github.com/Airfooox/cron-validate/issues/80)) ([a7baca0](https://github.com/Airfooox/cron-validate/commit/a7baca034af13624c314351eb89fe38dadf9c950)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 252bca9..f9acbdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.2.0](https://github.com/Airfooox/cron-validate/compare/v1.1.5...v1.2.0) (2020-07-29) + + +### Bug Fixes + +* **deps:** update dependency yup to v0.29.2 ([#87](https://github.com/Airfooox/cron-validate/issues/87)) ([cb8cdfe](https://github.com/Airfooox/cron-validate/commit/cb8cdfe67e99f652e0afc924a76d55e3b51cb1a3)) +* add explicit return types to avoid Result ([#78](https://github.com/Airfooox/cron-validate/issues/78)) ([177e301](https://github.com/Airfooox/cron-validate/commit/177e30140cad37e70fdd05e38080ecffddc9b6f9)) + + +### Features + +* Extending AWS Preset wildcards and checks. ([#80](https://github.com/Airfooox/cron-validate/issues/80)) ([a7baca0](https://github.com/Airfooox/cron-validate/commit/a7baca034af13624c314351eb89fe38dadf9c950)) + ## [1.1.5](https://github.com/Airfooox/cron-validate/compare/v1.1.4...v1.1.5) (2020-07-14) diff --git a/package-lock.json b/package-lock.json index aaa0722..967483a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cron-validate", - "version": "1.1.5", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5ac895..2148967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cron-validate", - "version": "1.1.5", + "version": "1.2.0", "description": "cron-validate is a cron-expression validator written in TypeScript.", "scripts": { "dev": "nodemon",