Skip to content

Commit

Permalink
v7.6.1 release (#593)
Browse files Browse the repository at this point in the history
* Update changelog.md

* 7.6.1

---------

Co-authored-by: Subash Pradhan <[email protected]>
  • Loading branch information
SubashPradhan and Subash Pradhan authored Oct 30, 2024
1 parent 09ce3a5 commit 5ef4b13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

### Unreleased
### 7.6.1 / 2024-10-30
* Add support for filtering events by masterEventID
* Add support for gzip compression

### 7.6.0 / 2024-10-18
* Add support for filtering events by attendee email
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.6.0",
"version": "7.6.1",
"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.6.0';
export const SDK_VERSION = '7.6.1';

0 comments on commit 5ef4b13

Please sign in to comment.