From 6e7f54b733894d28cd0677e90abd015a9a41f5ab Mon Sep 17 00:00:00 2001 From: Nemi Shah Date: Mon, 11 Sep 2023 11:55:38 +0530 Subject: [PATCH] Update version --- CHANGELOG.md | 2 ++ lib/build/version.d.ts | 2 +- lib/build/version.js | 2 +- lib/ts/version.ts | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ad7f89e..aa7c53cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [15.1.1] - 2023-09-11 + ### Added - The Dashboard recipe now accepts a new `admins` property which can be used to give Dashboard Users write privileges for the user dashboard. diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index b5b003919..729b2330c 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1,4 +1,4 @@ // @ts-nocheck -export declare const version = "15.1.1"; +export declare const version = "15.1.2"; export declare const cdiSupported: string[]; export declare const dashboardVersion = "0.7"; diff --git a/lib/build/version.js b/lib/build/version.js index 8c8fd1afe..75b19fa2b 100644 --- a/lib/build/version.js +++ b/lib/build/version.js @@ -15,7 +15,7 @@ exports.dashboardVersion = exports.cdiSupported = exports.version = void 0; * License for the specific language governing permissions and limitations * under the License. */ -exports.version = "15.1.1"; +exports.version = "15.1.2"; exports.cdiSupported = ["3.0"]; // Note: The actual script import for dashboard uses v{DASHBOARD_VERSION} exports.dashboardVersion = "0.7"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index 52a28b0e9..3ff5b27aa 100644 --- a/lib/ts/version.ts +++ b/lib/ts/version.ts @@ -12,7 +12,7 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const version = "15.1.1"; +export const version = "15.1.2"; export const cdiSupported = ["3.0"]; diff --git a/package-lock.json b/package-lock.json index 2255dfbf5..394c989c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-node", - "version": "15.1.1", + "version": "15.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-node", - "version": "15.1.1", + "version": "15.1.2", "license": "Apache-2.0", "dependencies": { "content-type": "^1.0.5", diff --git a/package.json b/package.json index ab5f5eaf7..4aa996f41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-node", - "version": "15.1.1", + "version": "15.1.2", "description": "NodeJS driver for SuperTokens core", "main": "index.js", "scripts": {