From 54e01d831ed3900b32233573b83e572568736571 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Wed, 18 Aug 2021 16:36:13 +0200 Subject: [PATCH] Adds missing changelog entry for version 0.26.1. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5405e9..a4f5f67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,9 @@ Contributions to `monaco-languages`: * [@kupiakos (Alyssa Haroldsen)](https://github.com/kupiakos): Remove ' as an auto-closing pair for Rust [PR #151](https://github.com/microsoft/monaco-languages/pull/151) * [@lofcz (Matěj Štágl)](https://github.com/lofcz): Fix razor + liquid render of tags with a dash symbol [PR #150](https://github.com/microsoft/monaco-languages/pull/150) +## [0.26.1] (15.07.2021) + +* fixes [minimatch dependency issue](https://github.com/microsoft/monaco-editor/issues/2578) by downgrading the monaco-json dependency. ## [0.26.0] (15.07.2021)