Skip to content

Commit 7335678

Browse files
committed
updates FDI support
1 parent d8cd9c8 commit 7335678

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
- Changes SuperTokensSMS service to take an API key directly as opposed to take an object that takes an API key
2222
- Passes only base request and base response objects to session recipe implementation functions. Normalisation of raw res and raw response is now done in the session's index.ts file
2323
- Removes support for faunadb session recipe modifier.
24+
- Removes support for FDI < 1.14
2425

2526
### Changes
2627

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"_comment": "contains a list of frontend-driver interfaces branch names that this core supports",
3-
"versions": ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13"]
3+
"versions": ["1.14"]
44
}

0 commit comments

Comments
 (0)