Skip to content

Commit

Permalink
chore(release): release and bump versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncapi-bot committed Dec 13, 2024
1 parent 81b925e commit 405216b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-cars-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-parents-juggle.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @asyncapi/cli

## 2.13.0

### Minor Changes

- a76b0fb: Add github-action to monorepo and set up changesets

### Patch Changes

- 81b925e: Updated README with Development.md file
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.8.1'
image: 'docker://asyncapi/github-action-for-cli:2.13.0'
args:
- ${{ inputs.cli_version }}
- ${{ inputs.command }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@asyncapi/cli",
"description": "All in one CLI for all AsyncAPI tools",
"version": "2.12.1",
"version": "2.13.0",
"author": "@asyncapi",
"bin": {
"asyncapi": "./bin/run_bin"
Expand Down

0 comments on commit 405216b

Please sign in to comment.