We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff14c0 commit ce075edCopy full SHA for ce075ed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Change Log
2
3
+## 2.1.1
4
+- Take in an optional working dir in some APIs, needed for multipart with files
5
+
6
## 2.1.0
7
- Added support for form values (url-encoded and multipart-formdata)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "zzapi",
- "version": "2.1.0",
+ "version": "2.1.1",
"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",
0 commit comments