Released v4.1.1

This commit is contained in:
Vishal Shingala
2022-07-29 16:18:30 +05:30
parent 0bb629dd1d
commit 0ec700e15d
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# OpenAPI-Postman Changelog
#### v4.1.1 (July 29, 2022)
* Replaced Object.hasOwnProperty usages with loadsh _.has for safe access.
#### v4.1.0 (July 20, 2022)
* Fixed issue where conversion was failing for definitions with info object as null.
* Fixed issue where generated collection did not have correct examples value from XML type of content.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "4.1.0",
"version": "4.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "4.1.0",
"version": "4.1.1",
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",