File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed
Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @asyncapi/cli
22
3+ ## 4.1.0
4+
5+ ### Minor Changes
6+
7+ - 70761f0: feat: add new custom resolver to fetch the reference from private repo
8+
9+ - 88ceb3d: add new custom resolver to fetch the reference from private repo
10+ - 4974358: Update src/domains/services/validation.service.ts
11+
12+ Co-authored-by: Fran Méndez
< [email protected] > 13+
14+ - c764ee6: update instruction in the test case for the validation success
15+ - 2b9457f: fix test-cases
16+ - 86bbfc4: fix lint issue across the project
17+ - 6813ef0: Update 1875.md
18+
319## 4.0.1
420
521### Patch Changes
Original file line number Diff line number Diff line change 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:4.0.1 '
41+ image : ' docker://asyncapi/github-action-for-cli:4.1.0 '
4242 args :
4343 - ${{ inputs.cli_version }}
4444 - ${{ inputs.command }}
Original file line number Diff line number Diff line change 11{
22 "name" : " @asyncapi/cli" ,
33 "description" : " All in one CLI for all AsyncAPI tools" ,
4- "version" : " 4.0.1 " ,
4+ "version" : " 4.1.0 " ,
55 "author" : " @asyncapi" ,
66 "bin" : {
77 "asyncapi" : " ./bin/run_bin"
You can’t perform that action at this time.
0 commit comments