diff --git a/.changeset/stale-trees-shake.md b/.changeset/stale-trees-shake.md deleted file mode 100644 index 344f02c716e..00000000000 --- a/.changeset/stale-trees-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@asyncapi/cli": patch ---- - -fix: update packages to latest stable version diff --git a/CHANGELOG.md b/CHANGELOG.md index 480cbbb25f2..a6d50d6eb78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/cli +## 2.16.7 + +### Patch Changes + +- 6ca17b3: fix: update packages to latest stable version + ## 2.16.6 ### Patch Changes diff --git a/action.yml b/action.yml index a8ade6918f5..928d3958c12 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.16.6' + image: 'docker://asyncapi/github-action-for-cli:2.16.7' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 4d6570a943e..29708405add 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.16.6", + "version": "2.16.7", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"