Skip to content

Commit

Permalink
Prepare release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Nov 27, 2023
1 parent adc7b63 commit 8ea285b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this npm module are documented in this file.
## [7.1.0] - 2023-11-27

- Updated to `monaco-vscode-api@1.83.12`.
- BREAKING: If you want to use `getConfigurationServiceOverride` you need to provide a `workspaceConfig` along the `userServices` in `initServices`.

## [7.0.2] - 2023-11-15

Expand Down
4 changes: 2 additions & 2 deletions packages/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All notable changes to this npm module are documented in this file.

## [7.1.0] - 2023-11-27

- Updated to `monaco-languageclient@7.1.0`.
- Updated usage of configuration service to be in line with `monaco-vscode-api@1.83.12`.
- Updated to `monaco-languageclient@7.1.0` and aligned the usage of the configuration service to `monaco-vscode-api@1.83.12`.
- BREAKING: If you want to use `getConfigurationServiceOverride` you need to provide a `workspaceConfig` along the `userServices` in `initServices`.

## [7.0.2] - 2023-11-15

Expand Down

0 comments on commit 8ea285b

Please sign in to comment.