Skip to content

Commit c0bc89c

Browse files
committed
fix: Fix issues with 3.0.1
1 parent d102cef commit c0bc89c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ number is used only for corrections to the OpenAPI specification, for example:
1010
typos, schema fixes, or adding examples.
1111

1212

13+
### [3.0.2] - 2025-04-24
14+
### Fixed
15+
* Fixed new server URLs to avoid double slash in paths
16+
17+
1318
### [3.0.1] - 2025-04-24
1419
### Fixed
1520
* Fixed new server URLs to avoid double slash in paths
@@ -182,6 +187,8 @@ typos, schema fixes, or adding examples.
182187
Initial release of the OpenAPI specification.
183188

184189

190+
[3.0.2]: https://github.com/DeepLcom/openapi/compare/v3.0.1...v3.0.2
191+
[3.0.1]: https://github.com/DeepLcom/openapi/compare/v3.0.0...v3.0.1
185192
[3.0.0]: https://github.com/DeepLcom/openapi/compare/v2.18.0...v3.0.0
186193
[2.18.0]: https://github.com/DeepLcom/openapi/compare/v2.17.0...v2.18.0
187194
[2.17.0]: https://github.com/DeepLcom/openapi/compare/v2.16.0...v2.17.0

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "DeepL - Contact us",
99
"url": "https://www.deepl.com/contact-us"
1010
},
11-
"version": "3.0.0"
11+
"version": "3.0.2"
1212
},
1313
"externalDocs": {
1414
"description": "DeepL Pro - Plans and pricing",

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
contact:
88
name: DeepL - Contact us
99
url: https://www.deepl.com/contact-us
10-
version: 3.0.0
10+
version: 3.0.2
1111
externalDocs:
1212
description: DeepL Pro - Plans and pricing
1313
url: https://www.deepl.com/pro#developer

openapi_gitbook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ info:
99
contact:
1010
name: DeepL - Contact us
1111
url: https://www.deepl.com/contact-us
12-
version: 3.0.0
12+
version: 3.0.2
1313
externalDocs:
1414
description: DeepL Pro - Plans and pricing
1515
url: https://www.deepl.com/pro#developer

0 commit comments

Comments
 (0)