From 300b562a42049c2a9f4302b38aba356c8855578c Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Thu, 7 Mar 2024 00:51:25 +0100 Subject: [PATCH] chore: move and update version requirements in changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 750011d7..a6f1713c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,12 +23,12 @@ Check our [guide](https://supertokens.com/docs/thirdpartyemailpassword/common-cu ### Changes - Added support for FDI 1.19 (Node SDK>= 17.0.0), but keeping support FDI version 1.17 and 1.18 (node >= 15.0.0, golang>=0.13, python>=0.15.0) -- Added recipes `TOTP` and `MultiFactorAuth`, to use these recipes, you'll need compatible versions: +- Added the `MultiFactorAuth` and `TOTP` recipes. To start using them you'll need compatible versions: - Core>=8.0.0 - supertokens-node>=17.0.0 - - supertokens-website>=17.0.3 - - supertokens-web-js>=0.9.0 - - supertokens-auth-react>=0.36.0 + - supertokens-website>=18.0.0 + - supertokens-web-js>=0.10.0 + - supertokens-auth-react>=0.39.0 ### Breaking changes