update changelog

pull/878/head
Alex Dima 2018-05-15 11:24:58 +02:00
parent 5142ee6c30
commit 28e4b900b8
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
# Monaco Editor Change log
## [0.13.1] (15.05.2018)
- Fixes [issue #871](https://github.com/Microsoft/monaco-editor/issues/871): TypeScript import error after mocaco-editor upgraded from 0.12 to 0.13
## [0.13.0] (11.05.2018)
### New & Noteworthy
* New folding provider `registerFoldingRangeProvider`.

2
monaco.d.ts vendored
View File

@ -1,6 +1,6 @@
/*!-----------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Type definitions for monaco-editor v0.13.0
* Type definitions for monaco-editor v0.13.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.13.0
* Type definitions for monaco-editor v0.13.1
* Released under the MIT license
*-----------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------