From e79294be5967b58df1236767baf50ea97e952629 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 20 Dec 2024 10:49:54 +0100 Subject: [PATCH] chore(release): release and bump versions of packages (#1599) --- .changeset/silent-olives-battle.md | 5 ----- CHANGELOG.md | 6 ++++++ action.yml | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/silent-olives-battle.md 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"