This commit is contained in:
Alex Dima 2018-08-10 21:05:35 +02:00
parent 3257611038
commit 5ac4970fd5
3 changed files with 5 additions and 2 deletions

View file

@ -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.

2
monaco.d.ts vendored
View file

@ -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
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------

View file

@ -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
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------