Released v2.7.0

This commit is contained in:
Vishal Shingala
2021-05-14 12:25:23 +05:30
parent ff73a45955
commit 8166823867
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# OpenAPI-Postman Changelog
#### v2.7.0 (May 14, 2021)
* Added support for no-auth as auth in collection when empty object is specified in OAS.
* Bumped up dependencies and dev-dependencies.
#### v2.6.0 (May 05, 2021)
* Fixed issue where nested objects present in parameters caused validation mismatches.
* Fixed issue in schema faker where schema with property named deafult was faked incorrectly.

View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "2.6.0",
"version": "2.7.0",
"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",