Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2019-01-09)

### Features

* **new-validation:** flag required parameters that specify a default value ([a338794](a338794))
  • Loading branch information
semantic-release-bot committed Jan 9, 2019
1 parent 090289d commit c117cc5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.0 (2019-01-09)


### Features

* **new-validation:** flag required parameters that specify a default value ([a338794](https://github.com/IBM/openapi-validator/commit/a338794))

# 0.2.0
- The options `-v` or `--version` now prints the semantic version of the validator
- The `--print_validator_modules` short-hand option is renamed to `-p`
- The `--print_validator_modules` short-hand option is renamed to `-p`
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,7 +1,7 @@
{
"name": "ibm-openapi-validator",
"description": "Configurable and extensible validator/linter for OpenAPI documents",
"version": "0.2.1",
"version": "1.0.0",
"main": "src/lib/index.js",
"repository": "https://github.com/IBM/openapi-validator",
"license": "Apache-2.0",
Expand Down

0 comments on commit c117cc5

Please sign in to comment.