Skip to content

Commit d28e93b

Browse files
chore: release main (#270)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0184dd4 commit d28e93b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"cli": "3.0.0",
2+
"cli": "3.0.1",
33
"plugins/typescript": "8.1.1"
44
}

cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/fabien0102/openapi-codegen/compare/cli-v3.0.0...cli-v3.0.1) (2025-01-18)
4+
5+
6+
### Bug Fixes
7+
8+
* fix url validation on the init command ([0184dd4](https://github.com/fabien0102/openapi-codegen/commit/0184dd4283a4f7f50161122e270d051b1d3b2243))
9+
310
## [3.0.0](https://github.com/fabien0102/openapi-codegen/compare/cli-v2.0.4...cli-v3.0.0) (2025-01-18)
411

512

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-codegen/cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "OpenAPI Codegen cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)