Merge pull request #647 from postmanlabs/release/4.4.0

Released v4.4.0.
This commit is contained in:
Vishal Shingala
2022-11-29 17:55:30 +05:30
committed by GitHub
3 changed files with 6 additions and 2 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.

2
package-lock.json generated
View File

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

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",