Skip to content

Commit dfda590

Browse files
committed
Released v4.10.2
1 parent 866a6a9 commit dfda590

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
#### v4.10.2 (March 13, 2023)
4+
* Fixed issue where Accept header was generated correctly in convertV2() interface.
5+
36
#### v4.10.1 (March 09, 2023)
47
* Fixed issue where request name generated were not validated correctly.
58
* Fixed test where getOptions() was not using criteria correctly.

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.10.1",
3+
"version": "4.10.2",
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)