Skip to content

feat: Version updates [v0.16.0] #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

- Update supported FDI versions and package version

## [0.15.0] - 2025-03-20

- Added `Webauthn` recipe to support logins using WebAuthN (Passkeys)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundle/totp.53dc276a6693f0c42c30.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion bundle/totp.7c0e01fd28a4b55cbf03.js

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bundle/website.41a7468e8fd759f30df0.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion bundle/website.c7860dc40a39421c659b.js

This file was deleted.

2 changes: 1 addition & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains a list of frontend-backend interface versions that this package supports",
"versions": ["3.1", "4.0", "4.1"]
"versions": ["3.1", "4.0", "4.1", "4.2"]
}
2 changes: 1 addition & 1 deletion lib/build/version.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const package_version = "0.15.0";
export const package_version = "0.16.0";

export const supported_fdi = ["3.1", "4.0", "4.1"];
export const supported_fdi = ["3.1", "4.0", "4.1", "4.2"];
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-web-js",
"version": "0.15.0",
"version": "0.16.0",
"description": "SuperTokens SDK for vanilla JS for all recipes",
"main": "./index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion webJsInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_comment": "contains the web js interface version that this package supports",
"version": "0.11"
"version": "0.12"
}
Loading