Skip to content

Commit 77f3c54

Browse files
author
Vishal Shingala
committed
Merge branch 'release/4.1.1' into develop
2 parents 0bb629d + 0ec700e commit 77f3c54

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.1.1 (July 29, 2022)
4+
* Replaced Object.hasOwnProperty usages with loadsh _.has for safe access.
5+
36
#### v4.1.0 (July 20, 2022)
47
* Fixed issue where conversion was failing for definitions with info object as null.
58
* Fixed issue where generated collection did not have correct examples value from XML type of content.

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.1.0",
3+
"version": "4.1.1",
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)