File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @asyncapi/cli
2
2
3
+ ## 2.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - dcfb8c7: fix: Remove unused package lodash.template
8
+
3
9
## 2.14.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 38
38
using : ' docker'
39
39
# This is the image that will be used to run the action.
40
40
# IMPORTANT: The version has to be changed manually in your PRs.
41
- image : ' docker://asyncapi/github-action-for-cli:2.14.1 '
41
+ image : ' docker://asyncapi/github-action-for-cli:2.15.0 '
42
42
args :
43
43
- ${{ inputs.cli_version }}
44
44
- ${{ inputs.command }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @asyncapi/cli" ,
3
3
"description" : " All in one CLI for all AsyncAPI tools" ,
4
- "version" : " 2.14.1 " ,
4
+ "version" : " 2.15.0 " ,
5
5
"author" : " @asyncapi" ,
6
6
"bin" : {
7
7
"asyncapi" : " ./bin/run_bin"
You can’t perform that action at this time.
0 commit comments