Prepare for 0.22.2

This commit is contained in:
Alexandru Dima 2021-02-01 11:17:59 +01:00
parent f849d3f265
commit d4ef80c72e
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.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).
## [0.22.1] (29.01.2021)
Fixes a regression where format commands would no longer work (see https://github.com/microsoft/monaco-editor/issues/2327).