Skip to content

Commit fefbf5e

Browse files
authored
V8.0.3 release (#715)
1 parent 4d9f624 commit fefbf5e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.3] - 2026-03-17
9+
10+
### Added
11+
- Add multi-credential support for authentication ([#713](https://github.com/nylas/nylas-nodejs/pull/713))
12+
13+
### Fixed
14+
- Change credentials update method from PUT to PATCH ([#712](https://github.com/nylas/nylas-nodejs/pull/712))
15+
816
## [8.0.2] - 2026-02-18
917

1018
### 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.2",
3+
"version": "8.0.3",
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.2';
2+
export const SDK_VERSION = '8.0.3';

0 commit comments

Comments
 (0)