Skip to content

Commit a8ca2e8

Browse files
chore(release): 0.25.0 [skip ci]
# [0.25.0](v0.24.3...v0.25.0) (2020-03-11) ### Features * flag properties with the same name but different type ([#140](#140)) ([3ab9c3a](3ab9c3a))
1 parent 3ab9c3a commit a8ca2e8

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.25.0](https://github.com/IBM/openapi-validator/compare/v0.24.3...v0.25.0) (2020-03-11)
2+
3+
4+
### Features
5+
6+
* flag properties with the same name but different type ([#140](https://github.com/IBM/openapi-validator/issues/140)) ([3ab9c3a](https://github.com/IBM/openapi-validator/commit/3ab9c3ad59f60987d663e7162fa869cbfc1e1542))
7+
18
## [0.24.3](https://github.com/IBM/openapi-validator/compare/v0.24.2...v0.24.3) (2020-03-11)
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.24.3",
4+
"version": "0.25.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)