From c54b09fb6e43cfe3ecd28c061654226f77da5ad3 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Thu, 19 Mar 2020 18:56:49 +0000 Subject: [PATCH] updated CHANGELOG with 0.12.0 Signed-off-by: Anton Kosyakov --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f36553f..184686875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.12.0] - 2020-03-19 + +- Upgraded to Monaco 0.19.1 [#199](https://github.com/TypeFox/monaco-languageclient/pull/199) + ## [0.11.0] - 2020-01-23 - Upgraded to Monaco 0.18.1 [#178](https://github.com/TypeFox/monaco-languageclient/pull/178) @@ -134,6 +138,7 @@ In order to use `vscode-languageclient` directly the compatibility layer was imp ## 0.1.0 - 2017-0 - initial 0.1.0 release, depends on Monaco 0.9.0 +[0.12.0]: https://github.com/TypeFox/monaco-languageclient/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/TypeFox/monaco-languageclient/compare/v0.10.2...v0.11.0 [0.10.2]: https://github.com/TypeFox/monaco-languageclient/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/TypeFox/monaco-languageclient/compare/v0.10.0...v0.10.1