Skip to content

Commit

Permalink
v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vasan-agrostar committed Jul 28, 2024
1 parent 739c6df commit 5b44cc5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.1.2
- Optional markdown summary report
- Bug fix: proper error message when request fails due to network

# [3.1.1]
- Failed

## 3.1.0
- Fix variable file sorting using explicit `sort()`
- Summarize bundle results in a table
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zzapi-cli",
"version": "3.1.0",
"version": "3.1.2",
"description": "CLI for zzAPI - an API testing framework",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"chalk": "4.1.2",
"commander": "^11.1.0",
"table": "^6.8.2",
"zzapi": "^2.0.0"
"zzapi": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.10.5",
Expand Down

0 comments on commit 5b44cc5

Please sign in to comment.