From e7320ccb4d31edacaf64cb0c93d8801d02ae988a Mon Sep 17 00:00:00 2001 From: Christoph Flick Date: Fri, 26 Jun 2020 07:31:01 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43eb13d..1dc0de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ All notable changes to the "firecode" extension will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -## [1.2.7] - 2020-06-25 +## [1.2.8] - 2020-06-26 ### Fixed - Enabled syntax highlighting for functions outside of the matcher scope. +## [1.2.7] - 2020-06-25 +- Not properly published - did not change anything. + ## [1.2.6] - 2020-06-02 ### Fixed - Textmate/Oniguruma issues in recent VS Code versions. @@ -63,4 +66,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Syntax Highlighting support. -- Hover Information support. \ No newline at end of file +- Hover Information support.