diff --git a/README.md b/README.md index 9419fc15e25..155f1e50251 100644 --- a/README.md +++ b/README.md @@ -23,14 +23,6 @@ -- [Requirements](#requirements) - * [Installation](#installation) -- [Usage](#usage) -- [Contributing](#contributing) - * [Set up development environment](#set-up-development-environment) - * [Command Structure and Patterns](#command-structure-and-patterns) -- [Contributors](#contributors) - ## Requirements @@ -131,4 +123,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! diff --git a/package-lock.json b/package-lock.json index 74857615a27..ae84aa3376e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@asyncapi/cli", - "version": "0.13.3", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@asyncapi/cli", - "version": "0.13.3", + "version": "0.14.0", "license": "Apache-2.0", "dependencies": { "@asyncapi/diff": "^0.3.0", diff --git a/package.json b/package.json index a455564f732..b7f26e8f7b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@asyncapi/cli", "description": "All in one CLI for all AsyncAPI tools", - "version": "0.13.3", + "version": "0.14.0", "author": "@asyncapi", "bin": { "asyncapi": "./bin/run"