We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de68836 + a5ab09f commit 0bc12b1Copy full SHA for 0bc12b1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# OpenAPI-Postman Changelog
2
3
+#### v4.4.0 (November 29, 2022)
4
+* Fixed issue where collection folder name for paths were having extra spaces.
5
+* Fixed issue where pipelines were failing for certain node version.
6
+
7
#### v4.3.0 (October 17, 2022)
8
* Fixed issue with nullable keywords getting validated incorrectly.
9
package.json
@@ -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",
0 commit comments