From 5900e034e94366e13a3e8586a1c1e21bbd9b02de Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Tue, 13 Nov 2018 14:41:08 +0100 Subject: [PATCH] Prepare for 0.15.1 --- CHANGELOG.md | 3 +++ monaco.d.ts | 2 +- website/playground/monaco.d.ts.txt | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 *-----------------------------------------------------------*/ /*---------------------------------------------------------------------------------------------