From cb4199a26dbb7f82260e1b7df069e740b6e5b0f6 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Tue, 15 Jun 2021 10:10:00 +0200 Subject: [PATCH] Updates changelog in preparation for the 0.25.1 release. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4257878..47fbb309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Monaco Editor Changelog -## [0.25.0] (11.06.2021) +## [0.25.1] (15.06.2021) +* fixes that [`registerHTMLLanguageService` is not available in the AMD version of the monaco-html contribution](https://github.com/microsoft/monaco-editor/issues/2525). + +## [0.25.0] (11.06.2021) * added a new feature `inlineSuggest` that features a provider api and new settings. * added `suggest.preview` to toggle previewing the selected suggest item. * added `suggest.showDeprecated`