Prepare for 0.15.2

pull/1226/head
Alex Dima 6 years ago
parent 00eb81a04a
commit 49cad96dad

@ -1,5 +1,8 @@
# Monaco Editor Changelog
## [0.15.2] (14.11.2018)
* Fixes usage of `marked` to allow for packaging with rollup (https://github.com/Microsoft/monaco-editor/issues/1183)
## [0.15.1] (13.11.2018)
* Fixes the `/esm/` distribution (https://github.com/Microsoft/monaco-editor/issues/1178)

2
monaco.d.ts vendored

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.15.1
* Type definitions for monaco-editor v0.15.2
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------

6
package-lock.json generated

@ -2258,9 +2258,9 @@
"dev": true
},
"monaco-editor-core": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.15.0.tgz",
"integrity": "sha512-s1zuo+p6Gl6IC4WJP6HBkr4pWULm+HdFfacB8vOFPQLLi2oJseO20UuSkxYuZTUJQIjvhNrQfLNAmPKLZaf7tg==",
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.15.1.tgz",
"integrity": "sha512-mzvwd2eYvO6sJw1Xtkm0drwOoNyQ1Nkfh/FwSr42kYcBo5+AsNPPbnIbjXgnz8PwYXtjTE93Sd5KLcuFHz0hSw==",
"dev": true
},
"monaco-html": {

@ -24,7 +24,7 @@
"gulp-typedoc": "^2.2.0",
"http-server": "^0.11.1",
"monaco-css": "2.3.0",
"monaco-editor-core": "0.15.0",
"monaco-editor-core": "0.15.1",
"monaco-html": "2.3.0",
"monaco-json": "2.3.0",
"monaco-languages": "1.6.0",

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.15.1
* Type definitions for monaco-editor v0.15.2
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------

Loading…
Cancel
Save