Skip to content

Commit 95f5c1d

Browse files
Merge pull request #634 from postmanlabs/release/4.3.0
Released v4.3.0
2 parents 906048e + 0d8b8c4 commit 95f5c1d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OpenAPI-Postman Changelog
22

3+
#### v4.3.0 (October 17, 2022)
4+
* Fixed issue with nullable keywords getting validated incorrectly.
5+
36
#### v4.2.0 (August 10, 2022)
47
* Improved the way to detect a circular reference by adding a new condition
58
* A schema that comes from an allOf parent then we now return the same schema instead of defaulting to a schema with type as object, and no other properties

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,6 +1,6 @@
11
{
22
"name": "openapi-to-postmanv2",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
55
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
66
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",

0 commit comments

Comments
 (0)