Skip to content

Commit

Permalink
v7.4.0 Release (#562)
Browse files Browse the repository at this point in the history
# Changelog
* Added support for `provider` field in code exchange response (#560)
* Added clean messages support (#561)
* Fixed issue where attachments < 3mb were not being encoded correctly (#559)
  • Loading branch information
mrashed-dev committed May 1, 2024
1 parent 61937a0 commit 441cf91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

### Unreleased
### 7.4.0 / 2024-05-01
* Added support for `provider` field in code exchange response
* Added clean messages support
* Fixed issue where attachments < 3mb were not being encoded correctly


### 7.3.0 / 2024-04-15
* Add response type to `sendRsvp`
* Add support for adding custom headers to outgoing requests
Expand Down
4 changes: 2 additions & 2 deletions 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": "7.3.0",
"version": "7.4.0",
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",
"main": "lib/cjs/nylas.js",
"types": "lib/types/nylas.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is generated by scripts/exportVersion.js
export const SDK_VERSION = '7.3.0';
export const SDK_VERSION = '7.4.0';

0 comments on commit 441cf91

Please sign in to comment.