Prepare for 0.22.3

This commit is contained in:
Alexandru Dima 2021-02-01 14:39:10 +01:00
parent 4d5d53889d
commit cf629b9522
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
3 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,9 @@
# Monaco Editor Changelog
## [0.22.3] (01.02.2021)
Fixes a regression where symbol icons used in suggestions or quick outline were missing colors (see https://github.com/microsoft/monaco-editor/issues/2329).
## [0.22.2] (01.02.2021)
Fixes a regression where under certain webpack configurations `process.nextTick` could be used without explicitly checking for it being defined (see https://github.com/microsoft/monaco-editor/issues/2328).