Prepare for 0.15.6

This commit is contained in:
Alex Dima 2018-11-23 11:52:24 +01:00
parent 6096325b12
commit c17896b800
5 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,8 @@
# Monaco Editor Changelog
## [0.15.6] (23.11.2018)
* Fixes issue with context menu (https://github.com/Microsoft/monaco-editor/issues/1199)
## [0.15.5] (16.11.2018)
* Re-remove cast to any from our code base to allow for tree shaking to not shake useful code (https://github.com/Microsoft/monaco-editor/issues/1013)