Skip to content

Commit c117cc5

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2019-01-09) ### Features * **new-validation:** flag required parameters that specify a default value ([a338794](a338794))
1 parent 090289d commit c117cc5

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.0.0 (2019-01-09)
2+
3+
4+
### Features
5+
6+
* **new-validation:** flag required parameters that specify a default value ([a338794](https://github.com/IBM/openapi-validator/commit/a338794))
7+
18
# 0.2.0
29
- The options `-v` or `--version` now prints the semantic version of the validator
3-
- The `--print_validator_modules` short-hand option is renamed to `-p`
10+
- The `--print_validator_modules` short-hand option is renamed to `-p`

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm-openapi-validator",
33
"description": "Configurable and extensible validator/linter for OpenAPI documents",
4-
"version": "0.2.1",
4+
"version": "1.0.0",
55
"main": "src/lib/index.js",
66
"repository": "https://github.com/IBM/openapi-validator",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)