Skip to content

Commit

Permalink
Releasing v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vasan-agrostar committed Jun 3, 2024
1 parent 746ffd3 commit dd347d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Change Log

## 1.3.0
## 1.4.0
- Support for `$tests` to recursively run tests on a sub-object

## 1.3.0
- Deprecated

## [1.2.1]
- Bug fix: stopOnFailure not working

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zzapi",
"version": "1.3.0",
"version": "1.4.0",
"description": "zzAPI is a REST API testing and documentation tool set. It is an open-source Postman alternative. ",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit dd347d0

Please sign in to comment.