Skip to content

Commit 55eef73

Browse files
authored
Merge pull request #846 from postmanlabs/release/v5.0.0
Release version v5.0.0
2 parents b49f21b + 4f52cbf commit 55eef73

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [v5.0.0] - 2025-03-07
6+
7+
### Breaking Changes
8+
9+
- Drop support for node < v18.
10+
511
## [v4.25.0] - 2025-01-15
612

713
## [v4.24.0] - 2024-08-13
@@ -649,7 +655,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
649655

650656
- Base release
651657

652-
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.25.0...HEAD
658+
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.0.0...HEAD
659+
660+
[v5.0.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.25.0...v5.0.0
653661

654662
[v4.25.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.24.0...v4.25.0
655663

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