diff --git a/package-lock.json b/package-lock.json index 78ce4021..b4b73daf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.6.1", + "version": "7.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.6.1", + "version": "7.7.0", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index 7abb47f0..967f138a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.6.1", + "version": "7.7.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 f4f8815c..8657fc4d 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.6.1'; +export const SDK_VERSION = '7.7.0';