From dc3947d80f7638e2b918ecb3918bc32f8a986a4a Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Tue, 2 Sep 2025 11:14:39 -0400 Subject: [PATCH 1/2] Release v7.13.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39fb661c..82b284d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [7.13.0] - 2025-09-01 ### Added - Support `isPlaintext` boolean for messages send and drafts create requests From 6747632ac31a9b9d8e50b54468f2bd045324f082 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Tue, 2 Sep 2025 11:16:24 -0400 Subject: [PATCH 2/2] 7.13.0 --- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b00ab1e2..1832d04d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.11.0", + "version": "7.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.11.0", + "version": "7.13.0", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index bf26a85c..9b169fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.11.0", + "version": "7.13.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", diff --git a/src/version.ts b/src/version.ts index 8c8b2e49..9719a499 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // This file is generated by scripts/exportVersion.js -export const SDK_VERSION = '7.11.0'; +export const SDK_VERSION = '7.13.0';