Skip to content

Release version v5.0.0 #846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 24 commits into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
d4efdd8
Merge branch 'release/4.8.0'
VShingala Jan 24, 2023
e255040
Merge branch 'release/4.9.0'
VShingala Feb 6, 2023
14bc40b
Merge branch 'release/4.10.0'
VShingala Mar 8, 2023
9b0a322
Merge branch 'release/4.10.1'
VShingala Mar 9, 2023
f94f06b
Merge branch 'release/4.10.2'
VShingala Mar 13, 2023
0540979
Merge pull request #702 from postmanlabs/release/v4.11.0
Apr 14, 2023
2d3d0bf
Merge pull request #715 from postmanlabs/release/v4.12.0
VShingala May 4, 2023
856428a
Merge pull request #725 from postmanlabs/release/v4.13.0
May 24, 2023
d3967c3
Merge pull request #733 from postmanlabs/release/v4.14.0
VShingala Jun 7, 2023
d87615f
Merge pull request #740 from postmanlabs/release/v4.15.0
VShingala Jun 27, 2023
206cd9a
Merge pull request #753 from postmanlabs/release/v4.16.0
prashantRaghu Aug 18, 2023
85bebdc
Merge pull request #765 from postmanlabs/release/v4.17.0
jatin3893 Sep 12, 2023
a6badaa
Merge pull request #769 from postmanlabs/release/v4.18.0
VShingala Sep 28, 2023
59e0b70
Merge pull request #780 from postmanlabs/release/v4.19.0
VShingala Jan 18, 2024
4f1c537
Merge pull request #783 from postmanlabs/release/v4.20.0
VShingala Feb 15, 2024
d366111
Merge pull request #788 from postmanlabs/release/v4.20.1
VShingala Mar 27, 2024
42f45b9
Merge pull request #793 from postmanlabs/release/v4.21.0
VShingala May 17, 2024
69a1509
Merge pull request #799 from postmanlabs/release/v4.22.0
VShingala Jul 10, 2024
896c435
Merge pull request #810 from postmanlabs/release/v4.23.0
VShingala Jul 22, 2024
8debe48
Merge pull request #813 from postmanlabs/release/v4.23.1
VShingala Jul 22, 2024
ba8a7a1
Merge pull request #821 from postmanlabs/release/v4.24.0
VShingala Aug 13, 2024
8beb95c
Release version v4.25.0 (#838)
github-actions[bot] Jan 15, 2025
498e9b3
Prepare release v5.0.0
web-flow Mar 7, 2025
4f52cbf
Merge branch 'master' into release/v5.0.0
VShingala Mar 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [v5.0.0] - 2025-03-07

### Breaking Changes

- Drop support for node < v18.

## [v4.25.0] - 2025-01-15

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

- Base release

[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.25.0...HEAD
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v5.0.0...HEAD

[v5.0.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.25.0...v5.0.0

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "4.25.0",
"version": "5.0.0",
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",
Expand Down
Loading