Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into feat/next-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Mar 10, 2025
2 parents d5c7947 + b3858a7 commit b4c881f
Show file tree
Hide file tree
Showing 11 changed files with 1,942 additions and 938 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @asyncapi/cli

## 2.16.7

### Patch Changes

- 6ca17b3: fix: update packages to latest stable version

## 2.16.6

### Patch Changes

- 82b441f: fix: resolve error in AsyncAPI optimize

## 2.16.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
using: 'docker'
# This is the image that will be used to run the action.
# IMPORTANT: The version has to be changed manually in your PRs.
image: 'docker://asyncapi/github-action-for-cli:2.16.5'
image: 'docker://asyncapi/github-action-for-cli:2.16.7'
args:
- ${{ inputs.cli_version }}
- ${{ inputs.command }}
Expand Down
Loading

0 comments on commit b4c881f

Please sign in to comment.