Skip to content

Commit 7e55e6a

Browse files
V8.0.2 release (#705)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cd09fc1 commit 7e55e6a

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [8.0.2] - 2026-02-18
9+
10+
### Added
11+
- Add `smtpRequired` option to hosted authentication URLs to enforce SMTP settings during IMAP authentication ([#702](https://github.com/nylas/nylas-nodejs/pull/702))
12+
813
## [8.0.1] - 2026-01-23
914

1015
### Added

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": "8.0.1",
3+
"version": "8.0.2",
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 = '8.0.1';
2+
export const SDK_VERSION = '8.0.2';

0 commit comments

Comments
 (0)