Skip to content

Commit 1b8a4d3

Browse files
authored
chore(release): release and bump versions of packages (#1767)
1 parent 152c272 commit 1b8a4d3

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

Diff for: .changeset/1765.md

-9
This file was deleted.

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @asyncapi/cli
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- 152c272: feat: made the start studio command interactive along with addition of…
8+
9+
- 0e8e3c1: feat: made the start studio command inteactive along with addition of a flag to disable prompt.
10+
311
## 3.1.0
412

513
### Minor Changes

Diff for: action.yml

+1-1
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.0'
41+
image: 'docker://asyncapi/github-action-for-cli:3.1.1'
4242
args:
4343
- ${{ inputs.cli_version }}
4444
- ${{ inputs.command }}

Diff for: package.json

+1-1
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.0",
4+
"version": "3.1.1",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)