Skip to content

Commit 414dc52

Browse files
committed
Merge branch 'master' of https://github.com/Adi-204/cli into model-bug
2 parents b48879a + cb7c78f commit 414dc52

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

.changeset/cuddly-files-move.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.2
4+
5+
### Patch Changes
6+
7+
- 755339a: feat: change the implementation of new command
8+
39
## 2.16.1
410

511
### Patch Changes

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.16.1'
41+
image: 'docker://asyncapi/github-action-for-cli:2.16.2'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

package.json

+4-2
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.16.1",
4+
"version": "2.16.2",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"
@@ -105,7 +105,9 @@
105105
"oclif": {
106106
"commands": "./lib/commands",
107107
"bin": "asyncapi",
108-
"additionalVersionFlags": ["--v"],
108+
"additionalVersionFlags": [
109+
"--v"
110+
],
109111
"hooks": {
110112
"command_not_found": [
111113
"./lib/hooks/command_not_found/myhook"

0 commit comments

Comments
 (0)