Skip to content

Commit

Permalink
monaco-languageclient release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisalmen committed Jun 21, 2022
1 parent 365c6e8 commit 73c4f8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this npm module are documented in this file.

## [2.0.1] - 2022-06-21

* No cjs fragments to export #[388](https://github.com/TypeFox/monaco-languageclient/issues/388)

## [2.0.0] - 2022-06-21

* Use monaco vscode api #[373](https://github.com/TypeFox/monaco-languageclient/pull/373)
Expand Down
3 changes: 2 additions & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-languageclient",
"version": "2.0.0",
"version": "2.0.1",
"description": "Monaco Language client implementation",
"author": {
"name": "TypeFox GmbH ",
Expand Down Expand Up @@ -44,6 +44,7 @@
},
"files": [
"dist/amd",
"dist/cjs",
"lib",
"src",
"README.md",
Expand Down

0 comments on commit 73c4f8e

Please sign in to comment.