mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-11 00:18:46 +01:00
chore: bru cli v0.12.0 release
This commit is contained in:
parent
a838185ddf
commit
c25542bbdf
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.12.0
|
||||
|
||||
- show response time in milliseconds per request and total
|
||||
|
||||
## 0.11.0
|
||||
|
||||
- fix(#119) Support for Basic and Bearer Auth
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@usebruno/cli",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0",
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"bin": {
|
||||
|
@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"dev": "electron .",
|
||||
"dist": "electron-builder --win --config electron-builder-config.js",
|
||||
"dist": "electron-builder --mac --config electron-builder-config.js",
|
||||
"pack": "electron-builder --dir",
|
||||
"test": "jest"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user