diff --git a/.changeset/vast-hairs-know.md b/.changeset/vast-hairs-know.md deleted file mode 100644 index 654146648..000000000 --- a/.changeset/vast-hairs-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@asyncapi/cli': patch ---- - -chore: bump Node.js version to 24 in remaining Dockerfiles diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae944fa9..0cc90f7f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/cli +## 5.0.5 + +### Patch Changes + +- be7c41d: chore: bump Node.js version to 24 in remaining Dockerfiles + ## 5.0.4 ### Patch Changes diff --git a/action.yml b/action.yml index 3feed4aa1..39584969f 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.4' + image: 'docker://asyncapi/github-action-for-cli:5.0.5' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 6573bd8ba..9dc3af286 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.4", + "version": "5.0.5", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"