Skip to content

Commit ffe259b

Browse files
committed
1.0.1
1 parent 0e42a08 commit ffe259b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## 1.0.0
2+
## 1.0.1
33
_2025-04-09_
44
- Add icons if not provided by theme ([GH-122](https://github.com/serkonda7/vscode-vba/pull/122))
55
- Update readme

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please feel free to [contribute](#contributing).
2020
---
2121

2222
For advanced features like a language server,
23-
I recommend checking out [VBA-LanguageServer][sslinky-vba-ls] by @SSlinky.
23+
I recommend checking out [SSlinky/VBA-LanguageServer][sslinky-vba-ls].
2424

2525

2626
## Key Features

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": "1.0.0",
6+
"version": "1.0.1",
77
"license": "MIT",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)