Skip to content

Commit ae05418

Browse files
committed
Released v4.8.0
1 parent 73f59ed commit ae05418

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.8.0 (January 24, 2023)
4+
* Added specifictionVersion field to validate result.
5+
36
#### v4.7.0 (January 16, 2023)
47
* Fixed an issue where same schema was being validated against examples multiple times during a conversion - using local cache here.
58
* Added a way to return analytics along with the result for better observability into the kind of schemas we get for conversion.

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