From a6a1b21fc72cbe9e9059934a960640b84f93f40c Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Fri, 3 Oct 2025 09:13:20 -0400 Subject: [PATCH 1/2] 7.13.2 --- 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 421c47dc..544159a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.13.1", + "version": "7.13.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.13.1", + "version": "7.13.2", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index 711933b4..1469bbb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.13.1", + "version": "7.13.2", "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 bfc3a35b..58b018e8 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.13.1'; +export const SDK_VERSION = '7.13.2'; From bdecdd3a572e08fc2920b93d1cb66d041421cec3 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Fri, 3 Oct 2025 09:14:21 -0400 Subject: [PATCH 2/2] Release v7.13.2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a06a81..5115e5cb 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.2] - 2025-10-01 ### Fixed - Make `Participant.email` optional in `Event` model to match API behavior ([#670](https://github.com/nylas/nylas-nodejs/issues/670))