diff --git a/.changeset/rude-pets-begin.md b/.changeset/rude-pets-begin.md deleted file mode 100644 index 13bd6145284..00000000000 --- a/.changeset/rude-pets-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@asyncapi/cli': minor ---- - -Deprecate the --file flag in `start studio` command diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b456efc8c2..42247b31c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @asyncapi/cli +## 2.16.0 + +### Minor Changes + +- a37e124: Deprecate the --file flag in `start studio` command + ## 2.15.0 ### Minor Changes diff --git a/action.yml b/action.yml index 4af9aeb1dd8..17235ea3c79 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Generator, Validator, Converter and others - all in one for your AsyncAPI docs' -description: 'Use this action to generate docs or code from your AsyncAPI document. Use default templates or provide your custom ones.' +name: 'AsyncAPI CLI Action' +description: 'One stop solution for all your AsyncAPI Specification needs in github actions.' inputs: cli_version: description: 'Version of AsyncAPI CLI to be used. This is only needed if you want to test with a specific version of AsyncAPI CLI. Default is latest which is also the recommended option.' @@ -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.15.0' + image: 'docker://asyncapi/github-action-for-cli:2.16.0' args: - ${{ inputs.cli_version }} - ${{ inputs.command }} diff --git a/package.json b/package.json index 9429d505e87..8fc50abed31 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.15.0", + "version": "2.16.0", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run_bin"