diff --git a/CHANGELOG.md b/CHANGELOG.md index 663332c0..fe44e7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Monaco Editor Change log +## [0.14.1] (10.08.2018) +* Fixes Find All References (https://github.com/Microsoft/vscode/issues/56160) + ## [0.14.0] (10.08.2018) ### New & Noteworthy * Using tree-shaking to reduce the amount of shipped code. diff --git a/monaco.d.ts b/monaco.d.ts index bead6de6..4584325a 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.14.0 + * Type definitions for monaco-editor v0.14.1 * Released under the MIT license *-----------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------- diff --git a/website/playground/monaco.d.ts.txt b/website/playground/monaco.d.ts.txt index bead6de6..4584325a 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.14.0 + * Type definitions for monaco-editor v0.14.1 * Released under the MIT license *-----------------------------------------------------------*/ /*---------------------------------------------------------------------------------------------