From 467948220b3a9a70931f69d8b0f830efb6f356e5 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Sun, 12 Feb 2023 10:25:08 +0530 Subject: [PATCH] fixes wrong version --- CHANGELOG.md | 5 ++++- 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, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7828a0ced..ee58c17b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] -## [13.0.1] - 2023-02-10 +## [13.0.2] - 2023-02-10 - Package version update for twilio to ^4.7.2 and verify-apple-id-token to ^3.0.1 - Package typescript version changed to 4.2 + +## [13.0.1] - 2023-02-08 + - Email template updates ## [13.0.0] - 2023-02-01 diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index 6593a7c99..2e5ff3046 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1,4 +1,4 @@ // @ts-nocheck -export declare const version = "13.0.1"; +export declare const version = "13.0.2"; export declare const cdiSupported: string[]; export declare const dashboardVersion = "0.3"; diff --git a/lib/build/version.js b/lib/build/version.js index 23c0eddb8..ba464a876 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 = "13.0.1"; +exports.version = "13.0.2"; exports.cdiSupported = ["2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"]; // Note: The actual script import for dashboard uses v{DASHBOARD_VERSION} exports.dashboardVersion = "0.3"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index 50c6e9c2c..532658f6f 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 = "13.0.1"; +export const version = "13.0.2"; export const cdiSupported = ["2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15"]; diff --git a/package-lock.json b/package-lock.json index 07cf1a283..d3d7248ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-node", - "version": "13.0.1", + "version": "13.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-node", - "version": "13.0.1", + "version": "13.0.2", "license": "Apache-2.0", "dependencies": { "axios": "0.21.4", diff --git a/package.json b/package.json index fe0dbf1ec..99be694ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-node", - "version": "13.0.1", + "version": "13.0.2", "description": "NodeJS driver for SuperTokens core", "main": "index.js", "scripts": {