Skip to content

Commit

Permalink
chore(release): v0.6.1 (#75)
Browse files Browse the repository at this point in the history
Co-authored-by: asyncapi-bot <[email protected]>
  • Loading branch information
asyncapi-bot and asyncapi-bot authored Sep 22, 2021
1 parent a6573ba commit 55e8549
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* [`context`](#context)
- [Contributing](#contributing)
* [Set up development enviornment](#set-up-development-enviornment)
* [Command Structure and Patterns](#command-structure-and-patterns)

<!-- tocstop -->

Expand Down Expand Up @@ -138,4 +139,4 @@ UX developed for the CLI should be compliant with [Command Line Interface Guidel

### Command Structure and Patterns

We are following `verb + noun` and `namespace + noun + [verb]` pattern for making our commands and arguments. For example `asyncapi validate <spec-file-path>` and `asyncapi config context add <context-name> <spec-file-path>`.
We are following `verb + noun` and `namespace + noun + [verb]` pattern for making our commands and arguments. For example `asyncapi validate <spec-file-path>` and `asyncapi config context add <context-name> <spec-file-path>`.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asyncapi/cli",
"version": "0.6.0",
"version": "0.6.1",
"license": "Apache-2.0",
"bin": {
"asyncapi": "dist/cli.js"
Expand Down

0 comments on commit 55e8549

Please sign in to comment.