@asyncapi/cli 2.13.1 → 2.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -32,7 +32,7 @@ Read [CONTRIBUTING](https://github.com/asyncapi/.github/blob/master/CONTRIBUTING
32
32
 
33
33
  ### Set up development environment
34
34
 
35
- Read [Development.md](/Development.md) file for development setup.
35
+ Read [DEVELOPMENT.md](/DEVELOPMENT.md) file for development setup.
36
36
 
37
37
  Additional steps:
38
38
 
@@ -1732,5 +1732,5 @@
1732
1732
  ]
1733
1733
  }
1734
1734
  },
1735
- "version": "2.13.1"
1735
+ "version": "2.14.0"
1736
1736
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@asyncapi/cli",
3
3
  "description": "All in one CLI for all AsyncAPI tools",
4
- "version": "2.13.1",
4
+ "version": "2.14.0",
5
5
  "author": "@asyncapi",
6
6
  "bin": {
7
7
  "asyncapi": "./bin/run_bin"