File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @asyncapi/cli
22
3+ ## 3.3.0
4+
5+ ### Minor Changes
6+
7+ - c944268: feat: refactor CLI to be service based and initial migration of server-api
8+
9+ - ac95777: feat: refactor cli to be service based and migrate server-api
10+
11+ Signed-off-by: Shurtu-gal < ashishpadhy1729@gmail.com >
12+
13+ - 6b925f4: chore: fix diff test
14+
15+ Signed-off-by: Shurtu-gal < ashishpadhy1729@gmail.com >
16+
17+ - cfe6e8d: feat: add generator controller
18+
19+ Signed-off-by: Shurtu-gal < ashishpadhy1729@gmail.com >
20+
21+ - b2d7bcc: chore: don't need to install everytime
22+
23+ Signed-off-by: Shurtu-gal < ashishpadhy1729@gmail.com >
24+
25+ - dd71d22: Merge remote-tracking branch 'origin/master' into refactor
26+ - 1fd1216: fix: linting
27+
28+ Signed-off-by: Ashish Padhy < ashishpadhy1729@gmail.com >
29+
30+ - 6bd3e73: chore: run prettier
31+
32+ Signed-off-by: Ashish Padhy < ashishpadhy1729@gmail.com >
33+
34+ - ca3fdee: chore: run linter
35+
36+ Signed-off-by: Ashish Padhy < ashishpadhy1729@gmail.com >
37+
38+ - 1d03d79: chore: quick startup of server-api
39+
40+ Signed-off-by: Shurtu-gal < ashishpadhy1729@gmail.com >
41+
42+ - 13729bb: chore: rename to apps
43+
44+ Signed-off-by: Ashish Padhy < ashishpadhy1729@gmail.com >
45+
46+ - cdd2a43: chore: rename npm commands
47+
48+ Signed-off-by: Ashish Padhy < ashishpadhy1729@gmail.com >
49+
50+ - 90aca02: Merge remote-tracking branch 'remote/master' into refactor
51+
352## 3.2.0
453
554### Minor 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:3.2 .0'
41+ image : ' docker://asyncapi/github-action-for-cli:3.3 .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" : " 3.2 .0" ,
4+ "version" : " 3.3 .0" ,
55 "author" : " @asyncapi" ,
66 "bin" : {
77 "asyncapi" : " ./bin/run_bin"
You can’t perform that action at this time.
0 commit comments