Prep for 0.10.1

This commit is contained in:
Alex Dima 2017-10-16 10:24:02 +02:00
parent 4930b6aff5
commit 6594f6614f
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Monaco Editor Change log # Monaco Editor Change log
## [0.10.1] (16.10.2017)
- Fixes [issue #601](https://github.com/Microsoft/monaco-editor/issues/601): window.opener should be set to null to protect against malicious code
## [0.10.0] (17.08.2017) ## [0.10.0] (17.08.2017)
### Breaking changes ### Breaking changes

View file

@ -22,7 +22,7 @@
"gulp-typedoc": "^2.0.0", "gulp-typedoc": "^2.0.0",
"http-server": "^0.9.0", "http-server": "^0.9.0",
"monaco-css": "1.3.3", "monaco-css": "1.3.3",
"monaco-editor-core": "0.10.0", "monaco-editor-core": "0.10.1",
"monaco-html": "1.3.2", "monaco-html": "1.3.2",
"monaco-json": "1.3.2", "monaco-json": "1.3.2",
"monaco-languages": "0.9.0", "monaco-languages": "0.9.0",