Skip to content

Commit a041bb7

Browse files
authored
chore(release): release and bump versions of packages (#1845)
1 parent e2a3583 commit a041bb7

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

.changeset/1815.md

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

CHANGELOG.md

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

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- e2a3583: fix: made studio start on different port if one is already in use
8+
9+
- 43a8cb8: fix: made studio start on differnt port if one is already in use
10+
11+
Signed-off-by: Tushar Anand <[email protected]>
12+
13+
- ce4b061: Merge remote-tracking branch 'remote/master' into fix-studio-multiple-instance
14+
- 122812a: chore: new approach for port allocation done
15+
16+
Signed-off-by: Tushar Anand <[email protected]>
17+
18+
- 5946001: fix: removed comment and fix linting errors
19+
20+
Signed-off-by: Tushar Anand <[email protected]>
21+
322
## 3.4.0
423

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

0 commit comments

Comments
 (0)