Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
1 parent 81da68f commit ca385d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"cli": "2.0.2",
"cli": "2.0.3",
"plugins/typescript": "8.0.2"
}
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.3](https://github.com/fabien0102/openapi-codegen/compare/cli-v2.0.2...cli-v2.0.3) (2024-12-02)


### Bug Fixes

* Changed Read API Method for Github from Graphql API to Rest API ([#253](https://github.com/fabien0102/openapi-codegen/issues/253)) ([a1abe62](https://github.com/fabien0102/openapi-codegen/commit/a1abe62f70910d1b418aa1a75cc317fac926b857))

## [2.0.2](https://github.com/fabien0102/openapi-codegen/compare/cli-v2.0.1...cli-v2.0.2) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openapi-codegen/cli",
"version": "2.0.2",
"version": "2.0.3",
"description": "OpenAPI Codegen cli",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit ca385d5

Please sign in to comment.