Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerdie authored and necrobuffalo committed May 7, 2020
1 parent 59b9046 commit c9c015a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### Unreleased
### 5.0.0 / 2020-05-07

* [BREAKING] remove `appId` and `appSecret`. Please use `clientId` and `clientSecret`.
* [BREAKING] remove `Thread.folder`. Please use `Thread.folders`.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.10.1",
"version": "5.0.0",
"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 c9c015a

Please sign in to comment.