diff --git a/.changeset/fix-github-url-extension.md b/.changeset/fix-github-url-extension.md deleted file mode 100644 index 556f4be69..000000000 --- a/.changeset/fix-github-url-extension.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -Fix GitHub URL parsing for branches with slashes and file extension detection for multi-dot filenames diff --git a/CHANGELOG.md b/CHANGELOG.md index a9c323ebf..b23461228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/cli +## 6.0.1 + +### Patch Changes + +- e6e6c95: Fix GitHub URL parsing for branches with slashes and file extension detection for multi-dot filenames + ## 6.0.0 ### Major Changes diff --git a/action.yml b/action.yml index 7ae87663c..2a6c685fc 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:6.0.0' + image: 'docker://asyncapi/github-action-for-cli:6.0.1' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 5db5fde59..3a4004c63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "6.0.0", + "version": "6.0.1", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"