Skip to content

Commit 38aee85

Browse files
authored
Merge pull request #115 from apiaddicts/develop
Develop
2 parents 3175b6f + 79a232c commit 38aee85

54 files changed

Lines changed: 2441 additions & 953 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.1.0] - 2024-10-8
8+
## [2.3.0] - 2026-03-05
9+
10+
### Added
11+
- Added support for OpenAPI 3.1.
12+
13+
## [2.1.0] - 2024-10-08
914

1015
## Added
1116

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi2postman",
3-
"version": "2.2.7",
3+
"version": "2.3.0",
44
"description": "openapi2postman",
55
"bin": {
66
"o2p": "index.js"

0 commit comments

Comments
 (0)