Released v4.4.0

This commit is contained in:
Vishal Shingala
2022-11-29 17:31:33 +05:30
parent de688364ec
commit a5ab09fe73
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# OpenAPI-Postman Changelog
#### v4.4.0 (November 29, 2022)
* Fixed issue where collection folder name for paths were having extra spaces.
* Fixed issue where pipelines were failing for certain node version.
#### v4.3.0 (October 17, 2022)
* Fixed issue with nullable keywords getting validated incorrectly.

View File

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