Skip to content

Commit ec3d4a8

Browse files
chore: release main (#56)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0d054f4 commit ec3d4a8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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": "1.4.1",
2+
"cli": "1.5.0",
33
"plugins/typescript": "3.0.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+
## [1.5.0](https://github.com/fabien0102/openapi-codegen/compare/cli-v1.4.1...cli-v1.5.0) (2022-03-25)
4+
5+
6+
### Features
7+
8+
* github as openapi source ([#54](https://github.com/fabien0102/openapi-codegen/issues/54)) ([0d054f4](https://github.com/fabien0102/openapi-codegen/commit/0d054f488dfa660f647007002fd80b6ae242b784))
9+
310
### [1.4.1](https://github.com/fabien0102/openapi-codegen/compare/cli-v1.4.0...cli-v1.4.1) (2022-03-23)
411

512

cli/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.

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": "1.4.1",
3+
"version": "1.5.0",
44
"description": "OpenAPI Codegen cli",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)