Skip to content

Commit

Permalink
chore: add new FDI versions as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed May 23, 2024
1 parent 1d14999 commit ec02872
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [20.0.2] - 2024-05-23

### Changes

- Added 2.0 and 3.0 to supported FDIs

## [20.0.1] - 2024-05-22

### Changes
Expand Down
2 changes: 1 addition & 1 deletion bundle/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontendDriverInterfaceSupported.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"_comment": "contains a list of frontend-backend interface versions that this package supports",
"versions": [
"1.16", "1.17", "1.18", "1.19"
"1.16", "1.17", "1.18", "1.19", "2.0", "3,0"
]
}
2 changes: 1 addition & 1 deletion lib/build/version.js

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

2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
*/
export const package_version = "20.0.1";

export const supported_fdi = ["1.16", "1.17", "1.18", "1.19"];
export const supported_fdi = ["1.16", "1.17", "1.18", "1.19", "2.0", "3.0"];

0 comments on commit ec02872

Please sign in to comment.