Skip to content

Commit

Permalink
Prepare for 0.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Nov 15, 2018
1 parent fe422fe commit 5de8ee6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Monaco Editor Changelog

## [0.15.4] (15.11.2018)
* Fixes context menu in IE11 - https://github.com/Microsoft/monaco-editor/issues/1191
* Fixes suggest widget - https://github.com/Microsoft/monaco-editor/issues/1185 and https://github.com/Microsoft/monaco-editor/issues/1186

## [0.15.3] (15.11.2018)
* 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)

Expand Down
2 changes: 1 addition & 1 deletion monaco.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.15.3
* Type definitions for monaco-editor v0.15.4
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"gulp-typedoc": "^2.2.0",
"http-server": "^0.11.1",
"monaco-css": "2.3.0",
"monaco-editor-core": "0.15.2",
"monaco-editor-core": "0.15.3",
"monaco-html": "2.3.0",
"monaco-json": "2.3.0",
"monaco-languages": "1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion website/playground/monaco.d.ts.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.15.3
* Type definitions for monaco-editor v0.15.4
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 5de8ee6

Please sign in to comment.