Skip to content

Commit

Permalink
v7.6.0 Release (#590)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* 7.6.0
  • Loading branch information
mrashed-dev authored Oct 18, 2024
1 parent acb344f commit 27518a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

### Unreleased
### 7.6.0 / 2024-10-18
* Add support for filtering events by attendee email
* Add buffer support for file attachments
* Add new webhook trigger types
* Add ews as a provider
* Change rotate secret endpoint from being a PUT to a POST call
* Fix issue where crypto import was causing downstream Jest incompatibilities
* Fix FormData import compatibility issues with ESM
* Remove eslint-plugin-import from production dependencies

### 7.5.2 / 2024-07-12
* Fix issue where metadata was being incorrectly modified before being sent to the API
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.5.2",
"version": "7.6.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.5.2';
export const SDK_VERSION = '7.6.0';

0 comments on commit 27518a2

Please sign in to comment.