Skip to content

Commit bcaaabe

Browse files
authored
Release v7.8.0 (#628)
* Updated changelog * 7.8.0
1 parent ce62098 commit bcaaabe

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
### Unreleased
3+
### 7.8.0 / 2025-03-03
44
* Add support for `listImportEvents` method to import events from a specified calendar within a given time frame
5+
* Add support for returning all response headers in node sdk for error responses
6+
* Fixed grants support for queryParams in list method first parameter
57

68
### 7.7.4 / 2025-01-23
79
* Fix: any_email was not transformed to a comma delimited list for messages.list

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nylas",
3-
"version": "7.7.4",
3+
"version": "7.8.0",
44
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",
55
"main": "lib/cjs/nylas.js",
66
"types": "lib/types/nylas.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated by scripts/exportVersion.js
2-
export const SDK_VERSION = '7.7.4';
2+
export const SDK_VERSION = '7.8.0';

0 commit comments

Comments
 (0)