diff --git a/.changeset/silent-olives-battle.md b/.changeset/silent-olives-battle.md deleted file mode 100644 index 2cc367dbafc..00000000000 --- a/.changeset/silent-olives-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -Handle AsyncAPI v3 in diff command diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e927cea886..ea0999faf2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/cli +## 2.13.1 + +### Patch Changes + +- 8ae33c4: Handle AsyncAPI v3 in diff command + ## 2.13.0 ### Minor Changes diff --git a/action.yml b/action.yml index 9233de2fda1..1efd6ec4cb3 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.13.0' + image: 'docker://asyncapi/github-action-for-cli:2.13.1' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 8d85b2492c0..4ff50b16f4a 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.13.0", + "version": "2.13.1", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"