Skip to content

Commit 020424b

Browse files
committed
0.4.0
1 parent 7a315d3 commit 020424b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Changelog
2+
## 0.4.0
3+
_01 August 2022_
4+
5+
**Fixes**
6+
- Highlight `Public` and `Private` in module scope declarations
7+
- Remove invalid highlight of array declarations and indexing
8+
29
## 0.3.0
310
_12 April 2022_
411

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "VBA",
44
"description": "Visual Basic for Applications support for VS Code.",
55
"icon": "images/icon_256x256.png",
6-
"version": "0.3.1-dev",
6+
"version": "0.4.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)