Skip to content

Commit 555bad9

Browse files
committed
0.2.0
1 parent 9dd72ff commit 555bad9

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Changelog
2-
## 0.1.4
3-
_unreleased_
2+
## 0.2.0
3+
_2 April 2022_
44

55
**Additions**
6-
- add extension icon (thanks @bopoh13)
6+
- add extension icon
77

88
**Fixes**
9-
- Syntax highlighting for `Call`
9+
- syntax highlighting for `Call`
10+
- highlight octal and hexadecimal numbers (thanks @bopoh13 #33)
11+
- highlight binary numbers
1012

11-
**Engineering**
13+
**Engineering and Docs**
14+
- docs: add CONTRIBUTING.md
15+
- docs: add issue templates
1216
- ci: remove scheduled run again
17+
- dependency updates
1318

1419
## 0.1.3
1520
_6 November 2021_

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.1.4-dev",
6+
"version": "0.2.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)