Skip to content

Commit

Permalink
chore(): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.5...v1.2.0) (2020-07-29)

### Bug Fixes

* **deps:** update dependency yup to v0.29.2 ([#87](#87)) ([cb8cdfe](cb8cdfe))
* add explicit return types to avoid Result<unknown, ...> ([#78](#78)) ([177e301](177e301))

### Features

* Extending AWS Preset wildcards and checks. ([#80](#80)) ([a7baca0](a7baca0))
  • Loading branch information
semantic-release-bot committed Jul 29, 2020
1 parent 9a2b2d2 commit 37ffab5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<unknown, ...> ([#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)


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

0 comments on commit 37ffab5

Please sign in to comment.