Skip to content

Commit 5bf6ea2

Browse files
committed
Bump API version to 1.88.1
Contributed on behalf of STMicroelectronics Signed-off-by: Remi Schnekenburger <[email protected]>
1 parent ae0b3e8 commit 5bf6ea2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## not yet released
88

99
- [application-manager] Generate Extension Info in server application to avoid empty About Dialog [#13590](https://github.com/eclipse-theia/theia/pull/13590) - contributed on behalf of STMicroelectronics
10+
- [application-package] bumped the default supported API from `1.87.2` to `1.88.1` [#13646](https://github.com/eclipse-theia/theia/pull/13646) - contributed on behalf of STMicroelectronics
1011
- [scm] added support for dirty diff peek view [#13104](https://github.com/eclipse-theia/theia/pull/13104)
1112
- [test] stub VS Code `Test Coverage` API [#13631](https://github.com/eclipse-theia/theia/pull/13631)
1213

dev-packages/application-package/src/api.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
* The default supported API version the framework supports.
1919
* The version should be in the format `x.y.z`.
2020
*/
21-
export const DEFAULT_SUPPORTED_API_VERSION = '1.87.2';
21+
export const DEFAULT_SUPPORTED_API_VERSION = '1.88.1';

0 commit comments

Comments
 (0)