Skip to content

Commit 2e50d0c

Browse files
author
Rishabh
committed
adds new FDI support
1 parent c1658a3 commit 2e50d0c

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9-
- add workflow to verify if pr title follows conventional commits
9+
## [3.0.7] - 2022-03-18
10+
11+
### Adds
12+
- Adds FDI 1.12 in FDI array support
13+
- Workflow to verify if pr title follows conventional commits
1014

1115
## [3.0.6] - 2022-01-13
1216

frontendDriverInterfaceSupported.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"1.9",
66
"1.10",
77
"1.11",
8-
"1.12"
8+
"1.12",
9+
"1.13"
910
]
1011
}

lib/build/version.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const package_version = "3.0.7";
15+
export const package_version = "3.0.8";
1616

17-
export const supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12"];
17+
export const supported_fdi = ["1.8", "1.9", "1.10", "1.11", "1.12", "1.13"];

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supertokens-react-native",
3-
"version": "3.0.7",
3+
"version": "3.0.8",
44
"description": "React Native SDK for SuperTokens",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)