Prepare for 0.31.1

This commit is contained in:
Alexandru Dima 2021-12-14 21:40:24 +01:00
parent d8c699832b
commit 337587859b
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# Monaco Editor Changelog # Monaco Editor Changelog
## [0.31.1] (14.12.2021)
- Fixes [a problem with missing colors](https://github.com/microsoft/monaco-editor/issues/2822)
- Fixes [a problem with scheduling background tokenization](https://github.com/microsoft/vscode/issues/138887)
- Improves TypeScript's ESM worker.
## [0.31.0] (10.12.2021) ## [0.31.0] (10.12.2021)
- adds support for [highlighting non basic ASCII, invisible or ambiguous unicode characters](https://code.visualstudio.com/updates/v1_63#_unicode-highlighting). - adds support for [highlighting non basic ASCII, invisible or ambiguous unicode characters](https://code.visualstudio.com/updates/v1_63#_unicode-highlighting).

View file

@ -1,6 +1,6 @@
{ {
"name": "monaco-editor", "name": "monaco-editor",
"version": "0.31.0", "version": "0.31.1",
"vscode": "5a1b4999493d49c857497ad481d73a737439f305", "vscode": "5a1b4999493d49c857497ad481d73a737439f305",
"private": true, "private": true,
"description": "A browser based code editor", "description": "A browser based code editor",