Skip to content

Commit b75e8b8

Browse files
committed
0.5.0
1 parent ff494fb commit b75e8b8

File tree

3 files changed

+94
-85
lines changed

3 files changed

+94
-85
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
## 0.5.0
3+
_04 August 2022_
4+
5+
**Additions**
6+
- Highlight custom types after `As`
7+
8+
**Fixes**
9+
- Fix readme typo and license links
10+
211
## 0.4.0
312
_01 August 2022_
413

package-lock.json

+82-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
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.4.0",
6+
"version": "0.5.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
@@ -59,8 +59,8 @@
5959
"@serkonda7/yaml2json": "^0.4.0",
6060
"@types/node": "^14.18.23",
6161
"@types/vscode": "~1.56.0",
62-
"@typescript-eslint/eslint-plugin": "~5.31.0",
63-
"@typescript-eslint/parser": "~5.31.0",
62+
"@typescript-eslint/eslint-plugin": "~5.32.0",
63+
"@typescript-eslint/parser": "~5.32.0",
6464
"eslint": "~8.21.0",
6565
"typescript": "~4.7.4",
6666
"vsce": "^2.10.0",

0 commit comments

Comments
 (0)