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