Skip to content

Commit

Permalink
files and emails
Browse files Browse the repository at this point in the history
  • Loading branch information
SerKnight committed Feb 10, 2020
1 parent e4e00ae commit bf9d7af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log
---------
## "version": "4.1.6"
## "version": "4.1.7"
* Fixed file uploads.. Image data was being force encoded in JSON.. Using mime type now
* emailInvoice and functions with an empty response need `json: true` to succeed when its a 204 response
* adds some additional types and optionalitities to ceratin functions

## "version": "4.1.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xero-node",
"version": "4.1.6",
"version": "4.1.7",
"description": "Xero NodeJS OAuth 2.0 client for xero-node",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit bf9d7af

Please sign in to comment.