From 195429865ecae77b4d962ee87caf361f22386317 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Sat, 14 Sep 2024 10:20:23 +0530 Subject: [PATCH] bumps version --- CHANGELOG.md | 4 ++++ 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(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154cf4822..3940939ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [20.1.2] - 2024-09-14 + +- Fixes formFields to accept non string types as well. + ## [20.1.1] - 2024-09-10 - Fixes an issue with Okta / Active Directory providers where we check for additional config if `oidcDiscoveryEndpoint` is not defined. It would not be necessary in the cases where other endpoints are already provided. diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index 96b4982e6..cc8742596 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1,4 +1,4 @@ // @ts-nocheck -export declare const version = "20.1.1"; +export declare const version = "20.1.2"; export declare const cdiSupported: string[]; export declare const dashboardVersion = "0.13"; diff --git a/lib/build/version.js b/lib/build/version.js index febdb7357..fe52b9d4f 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 = "20.1.1"; +exports.version = "20.1.2"; exports.cdiSupported = ["5.1"]; // Note: The actual script import for dashboard uses v{DASHBOARD_VERSION} exports.dashboardVersion = "0.13"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index c38d1c6d4..9dd48baaf 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 = "20.1.1"; +export const version = "20.1.2"; export const cdiSupported = ["5.1"]; diff --git a/package-lock.json b/package-lock.json index 62afbcb58..26ebea402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-node", - "version": "20.1.1", + "version": "20.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-node", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index 73d76d2e4..85ecb8e58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-node", - "version": "20.1.1", + "version": "20.1.2", "description": "NodeJS driver for SuperTokens core", "main": "index.js", "scripts": {