Skip to content

Commit 3867411

Browse files
authored
chore(release): release and bump versions of packages (#1640)
1 parent a37e124 commit 3867411

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.changeset/rude-pets-begin.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @asyncapi/cli
22

3+
## 2.16.0
4+
5+
### Minor Changes
6+
7+
- a37e124: Deprecate the --file flag in `start studio` command
8+
39
## 2.15.0
410

511
### Minor Changes

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Generator, Validator, Converter and others - all in one for your AsyncAPI docs'
2-
description: 'Use this action to generate docs or code from your AsyncAPI document. Use default templates or provide your custom ones.'
1+
name: 'AsyncAPI CLI Action'
2+
description: 'One stop solution for all your AsyncAPI Specification needs in github actions.'
33
inputs:
44
cli_version:
55
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:
3838
using: 'docker'
3939
# This is the image that will be used to run the action.
4040
# IMPORTANT: The version has to be changed manually in your PRs.
41-
image: 'docker://asyncapi/github-action-for-cli:2.15.0'
41+
image: 'docker://asyncapi/github-action-for-cli:2.16.0'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@asyncapi/cli",
33
"description": "All in one CLI for all AsyncAPI tools",
4-
"version": "2.15.0",
4+
"version": "2.16.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)