Skip to content

Commit 5c7dbfa

Browse files
chore(release): 0.16.0 [skip ci]
# [0.16.0](v0.15.2...v0.16.0) (2019-12-10) ### Features * Add rule to check pagination list operations conform to API Handbook ([#118](#118)) ([875ea4c](875ea4c))
1 parent 875ea4c commit 5c7dbfa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.16.0](https://github.com/IBM/openapi-validator/compare/v0.15.2...v0.16.0) (2019-12-10)
2+
3+
4+
### Features
5+
6+
* Add rule to check pagination list operations conform to API Handbook ([#118](https://github.com/IBM/openapi-validator/issues/118)) ([875ea4c](https://github.com/IBM/openapi-validator/commit/875ea4c))
7+
18
## [0.15.2](https://github.com/IBM/openapi-validator/compare/v0.15.1...v0.15.2) (2019-11-25)
29

310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.15.2",
4+
"version": "0.16.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)