Skip to content

Commit 1a3e15a

Browse files
authored
Release v7.13.0 (#662)
* Release v7.13.0 * 7.13.0
1 parent df928dc commit 1a3e15a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [7.13.0] - 2025-09-01
99

1010
### Added
1111
- Support `isPlaintext` boolean for messages send and drafts create requests

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

0 commit comments

Comments
 (0)