Skip to content

Commit c5887e2

Browse files
authored
chore(release): release and bump versions of packages (#1808)
1 parent 0754d1d commit c5887e2

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

.changeset/1805.md

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

CHANGELOG.md

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

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- 0754d1d: feat: add new feature to supress the warnings
8+
9+
- ab94c15: Add a new flag that is --x-suppress-warnings to supress the warning in the validate command
10+
- 55819cd: Allow to pass multiple warnings to supress and add check to verify the warning is correct or not
11+
- 885fc71: Update src/core/parser.ts
12+
13+
Co-authored-by: Souvik De <[email protected]>
14+
15+
- 16b22de: Update src/core/flags/validate.flags.ts
16+
17+
Co-authored-by: Souvik De <[email protected]>
18+
19+
- de1caad: Add another flag to supressallwarnings and update test case
20+
321
## 3.1.1
422

523
### 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.1.1'
41+
image: 'docker://asyncapi/github-action-for-cli:3.2.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.1.1",
4+
"version": "3.2.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)