From 23dc9418dcea67fd73082fe8432751811bfff2d5 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 13 Feb 2024 00:28:40 +0400 Subject: [PATCH] v7.1.0 Release (#538) # Changelog * Added support for `/v3/connect/tokeninfo` endpoint (#536) * Models can now directly be imported from the top-level `nylas` package (#534) * Fixed inaccuracies in event and webhook models (#535) --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1558d053..b3739c4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -### Unreleased +### 7.1.0 / 2024-02-12 * Added support for `/v3/connect/tokeninfo` endpoint * Models can now directly be imported from the top-level `nylas` package * Fixed inaccuracies in event and webhook models diff --git a/package-lock.json b/package-lock.json index d3965102..ff5e1d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.0.0", + "version": "7.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.0.0", + "version": "7.1.0", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index f465089a..27180166 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.0.0", + "version": "7.1.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 d799fa60..a2e273af 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.0.0'; +export const SDK_VERSION = '7.1.0';