Skip to content

Commit 7c24373

Browse files
authored
Merge pull request #881 from postmanlabs/release/v5.3.1
Release version v5.3.1
2 parents 0a3eaaa + 530ce30 commit 7c24373

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18.13.0

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v5.3.1] - 2025-09-26
6+
57
## [v5.3.0] - 2025-09-24
68

79
## [v5.2.0] - 2025-09-19
@@ -665,7 +667,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
665667

666668
- Base release
667669

668-
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.3.0...HEAD
670+
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.3.1...HEAD
671+
672+
[v5.3.1]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.3.0...v5.3.1
669673

670674
[v5.3.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.2.0...v5.3.0
671675

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-postmanv2",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
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",
@@ -116,10 +116,10 @@
116116
"openapi2postmanv2": "./bin/openapi2postmanv2.js"
117117
},
118118
"dependencies": {
119-
"ajv": "8.11.0",
119+
"ajv": "^8.11.0",
120120
"ajv-draft-04": "1.0.0",
121121
"ajv-formats": "2.1.1",
122-
"async": "3.2.4",
122+
"async": "3.2.6",
123123
"commander": "2.20.3",
124124
"graphlib": "2.1.8",
125125
"js-yaml": "4.1.0",

0 commit comments

Comments
 (0)