mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 17:33:28 +01:00
release(#183): bruno cli v0.7.1
This commit is contained in:
parent
4c25aa99aa
commit
73b71e0829
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.7.1
|
||||||
|
|
||||||
|
* `--cacert` flag to support custom CA certificates
|
||||||
|
|
||||||
## 0.7.0
|
## 0.7.0
|
||||||
|
|
||||||
* `--insecure` flag to disable SSL verification
|
* `--insecure` flag to disable SSL verification
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@usebruno/cli",
|
"name": "@usebruno/cli",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"bru": "./bin/bru.js"
|
"bru": "./bin/bru.js"
|
||||||
|
@ -40,7 +40,7 @@ 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
|
## Changelog
|
||||||
See [here](changelog.md)
|
See [here](packages/bruno-cli/changelog.md)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
[MIT](license.md)
|
[MIT](license.md)
|
Loading…
Reference in New Issue
Block a user