Skip to content

Commit f8f951b

Browse files
authored
chore(release): release and bump versions of packages (#1876)
1 parent ca8101f commit f8f951b

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed

.changeset/1868.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @asyncapi/cli
22

3+
## 3.6.0
4+
5+
### Minor Changes
6+
7+
- ca8101f: feat: output flag renamed and writing to file functionality added to diff command
8+
9+
- 8c2e940: fix:parse flag output renamed to save-output and saving diff output to file functionality added to diff command
10+
11+
Signed-off-by: Tushar Anand <[email protected]>
12+
13+
- 59e1df9: chore:tests added for flags save-output in validate and diff command
14+
15+
Signed-off-by: Tushar Anand <[email protected]>
16+
17+
- 7228a36: chore:cleanup
18+
19+
Signed-off-by: Tushar Anand <[email protected]>
20+
21+
- ccb5388: chore:cleanup
22+
23+
Signed-off-by: Tushar Anand <[email protected]>
24+
325
## 3.5.2
426

527
### Patch Changes

action.yml

Lines changed: 1 addition & 1 deletion
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:3.5.2'
41+
image: 'docker://asyncapi/github-action-for-cli:3.6.0'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

package.json

Lines changed: 1 addition & 1 deletion
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": "3.5.2",
4+
"version": "3.6.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)