Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Apr 2, 2022
1 parent 9dd72ff commit 555bad9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changelog
## 0.1.4
_unreleased_
## 0.2.0
_2 April 2022_

**Additions**
- add extension icon (thanks @bopoh13)
- add extension icon

**Fixes**
- Syntax highlighting for `Call`
- syntax highlighting for `Call`
- highlight octal and hexadecimal numbers (thanks @bopoh13 #33)
- highlight binary numbers

**Engineering**
**Engineering and Docs**
- docs: add CONTRIBUTING.md
- docs: add issue templates
- ci: remove scheduled run again
- dependency updates

## 0.1.3
_6 November 2021_
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "VBA",
"description": "Visual Basic for Applications support for VS Code.",
"icon": "images/icon_256x256.png",
"version": "0.1.4-dev",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 555bad9

Please sign in to comment.