diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d10bc5..137612f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.6 +- Fix initial setup always being skippped (@Techatrix) + ## 0.5.5 - Fix `zig.install` when no project is open - Rework extension internals (@Techatrix) diff --git a/package-lock.json b/package-lock.json index a1f0802..d72dc96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-zig", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-zig", - "version": "0.5.5", + "version": "0.5.6", "license": "MIT", "dependencies": { "axios": "^1.6.0", diff --git a/package.json b/package.json index ad4f9cb..afa976f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-zig", "displayName": "Zig Language", "description": "Language support for the Zig programming language", - "version": "0.5.5", + "version": "0.5.6", "publisher": "ziglang", "icon": "images/zig-icon.png", "license": "MIT",