Skip to content

Commit 93cf0ae

Browse files
chore(release): 0.7.0 [skip ci]
# [0.7.0](v0.6.0...v0.7.0) (2019-05-31) ### Features * added explicit control of case conventions in paths, schema properties and schema enums ([ecde7da](ecde7da)), closes [#38](#38) [#40](#40)
1 parent 8f58503 commit 93cf0ae

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.7.0](https://github.com/IBM/openapi-validator/compare/v0.6.0...v0.7.0) (2019-05-31)
2+
3+
4+
### Features
5+
6+
* added explicit control of case conventions in paths, schema properties and schema enums ([ecde7da](https://github.com/IBM/openapi-validator/commit/ecde7da)), closes [#38](https://github.com/IBM/openapi-validator/issues/38) [#40](https://github.com/IBM/openapi-validator/issues/40)
7+
18
# [0.6.0](https://github.com/IBM/openapi-validator/compare/v0.5.0...v0.6.0) (2019-05-24)
29

310

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.6.0",
4+
"version": "0.7.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)