diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff16a72..ca579a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Monaco Editor Changelog +## [0.15.1] (13.11.2018) +* Fixes the `/esm/` distribution (https://github.com/Microsoft/monaco-editor/issues/1178) + ## [0.15.0] (12.11.2018) ### New & Noteworthy diff --git a/monaco.d.ts b/monaco.d.ts index 8ae2656c..62d78a16 100644 --- a/monaco.d.ts +++ b/monaco.d.ts @@ -1,6 +1,6 @@ /*!----------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Type definitions for monaco-editor v0.15.0 + * Type definitions for monaco-editor v0.15.1 * Released under the MIT license *-----------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------- diff --git a/website/playground/monaco.d.ts.txt b/website/playground/monaco.d.ts.txt index 8ae2656c..62d78a16 100644 --- a/website/playground/monaco.d.ts.txt +++ b/website/playground/monaco.d.ts.txt @@ -1,6 +1,6 @@ /*!----------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. - * Type definitions for monaco-editor v0.15.0 + * Type definitions for monaco-editor v0.15.1 * Released under the MIT license *-----------------------------------------------------------*/ /*---------------------------------------------------------------------------------------------