diff --git a/CHANGELOG.md b/CHANGELOG.md index 24ddb46ca..53dacd20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## [16.0.1] - 2023-09-26 +## [16.1.0] - 2023-09-26 - Added `twitter` as a built-in thirdparty provider diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index 8bdd4b2dd..4ad7264a6 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1,4 +1,4 @@ // @ts-nocheck -export declare const version = "16.0.1"; +export declare const version = "16.1.0"; export declare const cdiSupported: string[]; export declare const dashboardVersion = "0.8"; diff --git a/lib/build/version.js b/lib/build/version.js index 164a4805b..ba568973f 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 = "16.0.1"; +exports.version = "16.1.0"; exports.cdiSupported = ["4.0"]; // Note: The actual script import for dashboard uses v{DASHBOARD_VERSION} exports.dashboardVersion = "0.8"; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index d066f8f88..c307a287a 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 = "16.0.1"; +export const version = "16.1.0"; export const cdiSupported = ["4.0"]; diff --git a/package-lock.json b/package-lock.json index 3367b1f3b..b6c01b95c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "supertokens-node", - "version": "16.0.0", + "version": "16.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b61792486..231dc5845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-node", - "version": "16.0.1", + "version": "16.1.0", "description": "NodeJS driver for SuperTokens core", "main": "index.js", "scripts": {