diff --git a/package-lock.json b/package-lock.json index 5c4fbc6b..ca6fa357 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nylas", - "version": "7.2.1", + "version": "7.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nylas", - "version": "7.2.1", + "version": "7.3.0", "license": "MIT", "dependencies": { "change-case": "^4.1.2", diff --git a/package.json b/package.json index be1c3945..e34fb5a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nylas", - "version": "7.2.1", + "version": "7.3.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 3161a0de..a74b494a 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.2.1'; +export const SDK_VERSION = '7.3.0';