diff --git a/.changeset/quick-pandas-stare.md b/.changeset/quick-pandas-stare.md deleted file mode 100644 index 6f3f2ec7985..00000000000 --- a/.changeset/quick-pandas-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -feat: added Proxy support for the generate commands. diff --git a/CHANGELOG.md b/CHANGELOG.md index 260831ef275..0a355779dfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/cli +## 2.16.3 + +### Patch Changes + +- cec8081: feat: added Proxy support for the generate commands. + ## 2.16.2 ### Patch Changes diff --git a/action.yml b/action.yml index a7de77cb8bd..670921f7a79 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: using: 'docker' # This is the image that will be used to run the action. # IMPORTANT: The version has to be changed manually in your PRs. - image: 'docker://asyncapi/github-action-for-cli:2.16.2' + image: 'docker://asyncapi/github-action-for-cli:2.16.3' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 15136ed0e10..deed74d725f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "2.16.2", + "version": "2.16.3", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"