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