feat(#306): bru cli v0.13.0 release

This commit is contained in:
Anoop M D 2023-10-07 03:23:39 +05:30
parent 8f1f41374c
commit 8fadaf98ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.13.0
- feat(#306) Module whitelisting and filesystem access support
## 0.12.0 ## 0.12.0
- show response time in milliseconds per request and total - show response time in milliseconds per request and total

View File

@ -1,6 +1,6 @@
{ {
"name": "@usebruno/cli", "name": "@usebruno/cli",
"version": "0.12.0", "version": "0.13.0",
"license": "MIT", "license": "MIT",
"main": "src/index.js", "main": "src/index.js",
"bin": { "bin": {