From 810915a5e2cdad2cf93dc4ca107c105c9052f199 Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Fri, 12 Jul 2024 13:49:51 +0200 Subject: [PATCH] 0.11.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29fa49d..ebc2656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog ## 0.11.0 -_unreleased_ +_2024-07-12_ - Enable _vscode.dev_ support - Replace Bait with JS - Update dependencies diff --git a/package.json b/package.json index e012e9e..4dfe3fd 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.10.2", + "version": "0.11.0", "license": "MIT", "repository": { "type": "git",