Skip to content

Commit e793183

Browse files
committed
0.6.0
1 parent c21a88a commit e793183

File tree

3 files changed

+91
-85
lines changed

3 files changed

+91
-85
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## 0.6.0
3+
_09 August 2022_
4+
5+
**Additions**
6+
- Enable the extension in untrusted workspaces by default
7+
28
## 0.5.0
39
_04 August 2022_
410

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
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.5.0",
6+
"version": "0.6.0",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
@@ -64,8 +64,8 @@
6464
"@serkonda7/yaml2json": "^0.4.0",
6565
"@types/node": "^14.18.23",
6666
"@types/vscode": "~1.56.0",
67-
"@typescript-eslint/eslint-plugin": "~5.32.0",
68-
"@typescript-eslint/parser": "~5.32.0",
67+
"@typescript-eslint/eslint-plugin": "~5.33.0",
68+
"@typescript-eslint/parser": "~5.33.0",
6969
"eslint": "~8.21.0",
7070
"typescript": "~4.7.4",
7171
"vsce": "^2.10.0",

0 commit comments

Comments
 (0)