From 020424bc6e0a4ca9f7c511bce4aa228710c974da Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Mon, 1 Aug 2022 10:46:44 +0200 Subject: [PATCH] 0.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aadd74..43274c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## 0.4.0 +_01 August 2022_ + +**Fixes** +- Highlight `Public` and `Private` in module scope declarations +- Remove invalid highlight of array declarations and indexing + ## 0.3.0 _12 April 2022_ diff --git a/package.json b/package.json index 7325915..58cbd5f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "VBA", "description": "Visual Basic for Applications support for VS Code.", "icon": "images/icon_256x256.png", - "version": "0.3.1-dev", + "version": "0.4.0", "license": "MIT", "repository": { "type": "git",