Skip to content

Commit

Permalink
5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwvit committed Nov 20, 2020
1 parent a89758e commit fccf29e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 5.3.1 / 2020-11-20
* Drop async dependency for smaller package fingerprint. Async is replaced with promises.
* Remove circular dependency in nylas-connection.ts
* Update readme with syntax highlighting

### 5.3.0 / 2020-09-23
* Fix bug where setting event.start and event.end did not set event.when if event.when didn't exist
* Refactor parameter ordering in `find()` and `draft.send()` methods [backwards compatible]
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": "nylas",
"version": "5.3.0",
"version": "5.3.1",
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",
"main": "lib/nylas.js",
"types": "lib/nylas.d.ts",
Expand Down

0 comments on commit fccf29e

Please sign in to comment.