Skip to content

Commit ddcb412

Browse files
committed
Prepare release v4.13.0
1 parent f4e1c03 commit ddcb412

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
## [Unreleased]
44

5+
## [v4.13.0] - 2023-05-24
6+
57
### Added
68

7-
- Added support for generating request and response bodies in correct XML format from mentioned examples.
8-
- Added support for validation of specifications in case of errors to report User input errors correctly.
9+
- Added support for generating request and response bodies in correct XML format from mentioned examples.
10+
- Added support for validation of specifications in case of errors to report User input errors correctly.
911

1012
### Fixed
1113

12-
- Fixed issue where conversion was stuck for certain schemas with pattern.
13-
- Fixed an issue where definition validation was not considering multiple white space characters.
14-
- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
15-
- Fixed issue where for certain path segments, collection generation failed.
16-
- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent.
14+
- Fixed issue where conversion was stuck for certain schemas with pattern.
15+
- Fixed an issue where definition validation was not considering multiple white space characters.
16+
- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
17+
- Fixed issue where for certain path segments, collection generation failed.
18+
- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent.
1719

1820
## [v4.12.0] - 2023-05-04
1921

@@ -560,7 +562,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
560562

561563
- Base release
562564

563-
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.12.0...HEAD
565+
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.13.0...HEAD
566+
567+
[v4.13.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.12.0...v4.13.0
564568

565569
[v4.12.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.11.0...v4.12.0
566570

package-lock.json

Lines changed: 2 additions & 2 deletions
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.12.0",
3+
"version": "4.13.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)