diff --git a/.changeset/tame-gifts-relax.md b/.changeset/tame-gifts-relax.md deleted file mode 100644 index 4729386fd..000000000 --- a/.changeset/tame-gifts-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -Bump @asyncapi/generator from v3.1.0 → v3.1.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a7f9001..6e3813393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/cli +## 5.0.7 + +### Patch Changes + +- 72fd21f: Bump @asyncapi/generator from v3.1.0 → v3.1.1 + ## 5.0.6 ### Patch Changes diff --git a/action.yml b/action.yml index c4db51d5d..d49456e82 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:5.0.6' + image: 'docker://asyncapi/github-action-for-cli:5.0.7' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 5030618eb..cb633769c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "5.0.6", + "version": "5.0.7", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"