Skip to content

Commit

Permalink
relaxe types
Browse files Browse the repository at this point in the history
  • Loading branch information
SerKnight committed Feb 4, 2020
1 parent e3065c2 commit 98e2823
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Change Log
---------
## "version": "4.1.5"

## "version": "4.1.3"
* Relaxes required types for certain objects & parameters

## "version": "4.1.4"

* Adds Quotes CRUD 🥳
* Remove a duplicate Enum
* Improved docs for `unitdp`
* Fix filters and where clause where we expect an array. Serializes to api as a comma sep. string
* Fix bug form 4.1.3 that was serializing all Array[any] when we just wanted Array[strings]

## "version": "4.1.2"

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.4",
"version": "4.1.5",
"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 98e2823

Please sign in to comment.