Skip to content

Commit

Permalink
Preparing v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vasan-agrostar committed Jun 15, 2024
1 parent 43d08b9 commit ce9a26b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [3.0.1]
- Fix regression (status checks not reported)

## [3.0.0]
- Alternate console presentation for better output
- New major version since the default output formatting has changed
Expand Down
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zzapi-cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "CLI for zzAPI - an API testing framework",
"main": "dist/index.js",
"bin": {
Expand All @@ -12,13 +12,26 @@
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"repository": {
"type": "git",
"url": "git+https://github.com/agrostar/zzapi.git"
},
"keywords": [
"api",
"testing",
"REST",
"postman"
],
"author": "agrostar",
"license": "MIT",
"bugs": {
"url": "https://github.com/agrostar/zzapi-cli/issues"
},
"homepage": "https://github.com/agrostar/zzapi-cli#readme",
"dependencies": {
"chalk": "4.1.2",
"commander": "^11.1.0",
"zzapi": "^1.5.0"
"zzapi": "^1.5.1"
},
"devDependencies": {
"@types/node": "^20.10.5",
Expand Down

0 comments on commit ce9a26b

Please sign in to comment.