diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc2656..735663e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ # Changelog +## 0.11.1 +_2024-08-21_ +- Highlight `Global` visibility modifier +- Dependencies: update vsce to 3.0.0 + + ## 0.11.0 _2024-07-12_ - Enable _vscode.dev_ support diff --git a/package.json b/package.json index 21eab55..0ba2848 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "VBA", "description": "VBA tooling, syntax highlighting and snippets.", "icon": "images/icon.png", - "version": "0.11.0", + "version": "0.11.1", "license": "MIT", "repository": { "type": "git",