Skip to content

Commit dd8750d

Browse files
Prepare release v5.2.1 (#874)
Co-authored-by: GitHub Actions <noreply@github.com>
1 parent 2127d62 commit dd8750d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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.2.1] - 2025-09-24
6+
57
## [v5.2.0] - 2025-09-19
68

79
## [v5.1.0] - 2025-09-01
@@ -663,7 +665,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
663665

664666
- Base release
665667

666-
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.2.0...HEAD
668+
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.2.1...HEAD
669+
670+
[v5.2.1]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.2.0...v5.2.1
667671

668672
[v5.2.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.1.0...v5.2.0
669673

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": "5.2.0",
3+
"version": "5.2.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",

0 commit comments

Comments
 (0)