Skip to content

Commit ce075ed

Browse files
v2.1.1: working dir for multipart formdata attachments
1 parent 9ff14c0 commit ce075ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 2.1.1
4+
- Take in an optional working dir in some APIs, needed for multipart with files
5+
36
## 2.1.0
47
- Added support for form values (url-encoded and multipart-formdata)
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zzapi",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "zzAPI is a REST API testing and documentation tool set. It is an open-source Postman alternative. ",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)