mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 09:23:17 +01:00
release bruno cli v0.7.0
This commit is contained in:
parent
f46160e161
commit
99239e19b4
5
packages/bruno-cli/changelog.md
Normal file
5
packages/bruno-cli/changelog.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.0
|
||||||
|
|
||||||
|
* `--insecure` flag to disable SSL verification
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@usebruno/cli",
|
"name": "@usebruno/cli",
|
||||||
"version": "0.6.2",
|
"version": "0.7.0",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"bru": "./bin/bru.js"
|
"bru": "./bin/bru.js"
|
||||||
@ -16,6 +16,7 @@
|
|||||||
"src",
|
"src",
|
||||||
"bin",
|
"bin",
|
||||||
"readme.md",
|
"readme.md",
|
||||||
|
"changelog.md",
|
||||||
"package.json"
|
"package.json"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -39,6 +39,8 @@ If you encounter any issues or have any feedback or suggestions, please raise th
|
|||||||
|
|
||||||
Thank you for using Bruno CLI!
|
Thank you for using Bruno CLI!
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
See [here](changelog.md)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT](license.md)
|
[MIT](license.md)
|
Loading…
Reference in New Issue
Block a user