Skip to content

Commit e96ea9d

Browse files
committed
0.11.2
1 parent d6750aa commit e96ea9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## 0.11.2
3+
_2024-11-26_
4+
- Fix grammar issue due to lookbehind ([GH-119](https://github.com/serkonda7/vscode-vba/pull/119))
5+
6+
27
## 0.11.1
38
_2024-08-21_
49
- Highlight `Global` visibility modifier

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": "VBA tooling, syntax highlighting and snippets.",
55
"icon": "images/icon.png",
6-
"version": "0.11.1",
6+
"version": "0.11.2",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)