Skip to content

Commit 315e64c

Browse files
author
asyncapi-bot
committed
chore(release): release and bump versions of packages
1 parent dac7bb4 commit 315e64c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.changeset/remove-generator-versions.md

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

CHANGELOG.md

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

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- dac7bb4: Breaking changes: Removed support for AsyncAPI Generator v1 and v2. The CLI now exclusively uses Generator v3. The `--use-new-generator` flag has been removed from the `generate fromTemplate` command. Minimum supported Node.js version is now 24+.
8+
39
## 5.0.0
410

511
### Major Changes

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ inputs:
1515
default: 'asyncapi.yml'
1616
template:
1717
description: 'Template for the generator. Official templates are listed here https://github.com/search?q=topic%3Aasyncapi+topic%3Agenerator+topic%3Atemplate. You can pass template as npm package, url to git repository, link to tar file or local template.'
18-
default: '@asyncapi/markdown-template@2.0.0'
19-
required: false
18+
required: true
2019
language:
2120
description: 'Language of the generated code. This input is required if you want to generate models. List of available languages can be found in https://www.asyncapi.com/docs/tools/cli/usage#asyncapi-generate-models-language-file'
2221
required: false
@@ -38,7 +37,7 @@ runs:
3837
using: 'docker'
3938
# This is the image that will be used to run the action.
4039
# IMPORTANT: The version has to be changed manually in your PRs.
41-
image: 'docker://asyncapi/github-action-for-cli:5.0.0'
40+
image: 'docker://asyncapi/github-action-for-cli:6.0.0'
4241
args:
4342
- ${{ inputs.cli_version }}
4443
- ${{ 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": "5.0.0",
4+
"version": "6.0.0",
55
"author": "@asyncapi",
66
"bin": {
77
"asyncapi": "./bin/run_bin"

0 commit comments

Comments
 (0)