Skip to content

Commit 2f376fe

Browse files
authored
Release v7.13.3 (#681)
1 parent 9cabe15 commit 2f376fe

File tree

6 files changed

+32
-14
lines changed

6 files changed

+32
-14
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.3] - 2025-10-10
99

1010
### Fixed
1111
- Make `conferencing` property optional in `Event` model to handle events without conferencing details ([#678](https://github.com/nylas/nylas-nodejs/issues/678))

README.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
<a href="https://www.nylas.com/">
2-
<img src="https://brand.nylas.com/assets/downloads/logo_horizontal_png/Nylas-Logo-Horizontal-Blue_.png" alt="Aimeos logo" title="Aimeos" align="right" height="60" />
3-
</a>
4-
5-
# Nylas Node.js SDK
6-
7-
[![npm](https://img.shields.io/npm/v/nylas)
8-
](https://www.npmjs.com/package/nylas)
9-
[![codecov](https://codecov.io/gh/nylas/nylas-nodejs/branch/main/graph/badge.svg?token=94IMGU4F09)](https://codecov.io/gh/nylas/nylas-nodejs)
1+
<div align="center">
2+
<a href="https://www.nylas.com/">
3+
<img src="/diagrams/nylas-logo.png" alt="Nylas" height="80" />
4+
</a>
5+
6+
<h1>Nylas Node.js SDK</h1>
7+
8+
<p>
9+
<strong>The official Node.js SDK for the Nylas Communications Platform</strong>
10+
</p>
11+
12+
<p>
13+
<a href="https://www.npmjs.com/package/nylas"><img src="https://img.shields.io/npm/v/nylas" alt="npm version" /></a>
14+
<a href="https://codecov.io/gh/nylas/nylas-nodejs"><img src="https://codecov.io/gh/nylas/nylas-nodejs/branch/main/graph/badge.svg?token=94IMGU4F09" alt="code coverage" /></a>
15+
<a href="https://www.npmjs.com/package/nylas"><img src="https://img.shields.io/npm/dm/nylas" alt="downloads" /></a>
16+
<a href="LICENSE.txt"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="license" /></a>
17+
</p>
18+
19+
<p>
20+
<a href="https://developer.nylas.com/docs/v3/sdks/node/">📖 Documentation</a> •
21+
<a href="https://dashboard.nylas.com/register">🚀 Get Started</a> •
22+
<a href="https://github.com/orgs/nylas-samples/repositories?q=&type=all&language=javascript">💡 Examples</a> •
23+
<a href="https://developer.nylas.com/docs/api/">📚 API Reference</a>
24+
</p>
25+
</div>
26+
27+
<br />
1028

1129
This is the GitHub repository for the Nylas Node SDK. This repo is primarily for anyone who wants to make contributions to the SDK, or install it from source. If you are looking to use Node to access the Nylas Email, Calendar, or Contacts API you should refer to our official [Node SDK Quickstart Guide](https://developer.nylas.com/docs/developer-tools/sdk/node-sdk/).
1230

diagrams/nylas-logo.png

24.4 KB
Loading

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.13.2",
3+
"version": "7.13.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 = '7.13.2';
2+
export const SDK_VERSION = '7.13.3';

0 commit comments

Comments
 (0)