From 80b526fdf5eb3b3a90d188f3eed5ee05637ae955 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Wed, 17 Sep 2025 10:29:48 -0400 Subject: [PATCH 1/2] Release v7.13.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2332692..9521a1ae 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.1] - 2025-09-17 ### Fixed - Broken CJS build outputs resulted in a "TypeError: Nylas is not a constructor" error From 4b046860245166fbb2dc18548d0a9144653aafbb Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Wed, 17 Sep 2025 10:29:57 -0400 Subject: [PATCH 2/2] 17.13.1 --- 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 1832d04d..979e7216 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.13.0", + "version": "17.13.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.13.0", + "version": "17.13.1", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index d2625507..3cf1d1da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.13.0", + "version": "17.13.1", "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 9719a499..6103504a 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.0'; +export const SDK_VERSION = '17.13.1';