Skip to content

Commit 4b73ebd

Browse files
authored
chore(release): release and bump versions of packages (#1620)
1 parent dcfb8c7 commit 4b73ebd

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/hip-clocks-pump.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.15.0
4+
5+
### Minor Changes
6+
7+
- dcfb8c7: fix: Remove unused package lodash.template
8+
39
## 2.14.1
410

511
### Patch Changes

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

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

0 commit comments

Comments
 (0)