Skip to content

Commit 044880a

Browse files
authored
Merge pull request #647 from postmanlabs/release/4.4.0
Released v4.4.0.
2 parents de68836 + f2525b4 commit 044880a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenAPI-Postman Changelog
22

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+
37
#### v4.3.0 (October 17, 2022)
48
* Fixed issue with nullable keywords getting validated incorrectly.
59

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-postmanv2",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
55
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
66
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",

0 commit comments

Comments
 (0)