From a01ca49386a8c17854be2226700cffc8ea8b4f5b Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 12 Jul 2024 18:29:51 +0200 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 6 ++++++ 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, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e6ada..6e45f67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [5.1.2] - 2024-07-12 + +### Changes + +- Removed redundant calls to `removeToken` + ## [5.1.1] - 2024-06-12 ### Fixes diff --git a/lib/build/version.d.ts b/lib/build/version.d.ts index 8c57f62..9952362 100644 --- a/lib/build/version.d.ts +++ b/lib/build/version.d.ts @@ -1,2 +1,2 @@ -export declare const package_version = "5.1.1"; +export declare const package_version = "5.1.2"; export declare const supported_fdi: string[]; diff --git a/lib/build/version.js b/lib/build/version.js index b084971..84f1bb3 100644 --- a/lib/build/version.js +++ b/lib/build/version.js @@ -12,5 +12,5 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const package_version = "5.1.1"; +export const package_version = "5.1.2"; export const supported_fdi = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0"]; diff --git a/lib/ts/version.ts b/lib/ts/version.ts index 4c77d10..85f5c82 100644 --- a/lib/ts/version.ts +++ b/lib/ts/version.ts @@ -12,6 +12,6 @@ * License for the specific language governing permissions and limitations * under the License. */ -export const package_version = "5.1.1"; +export const package_version = "5.1.2"; export const supported_fdi = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0"]; diff --git a/package-lock.json b/package-lock.json index 75653a8..7bb782f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "supertokens-react-native", - "version": "5.1.1", + "version": "5.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "supertokens-react-native", - "version": "5.1.1", + "version": "5.1.2", "license": "Apache 2.0", "dependencies": { "base-64": "^1.0.0", diff --git a/package.json b/package.json index 691c6b8..76793b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertokens-react-native", - "version": "5.1.1", + "version": "5.1.2", "description": "React Native SDK for SuperTokens", "main": "index.js", "scripts": {