diff --git a/CHANGELOG.md b/CHANGELOG.md index 64efea9d..40445735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index 64e234f2..f11a67a3 100644 --- a/package.json +++ b/package.json @@ -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",