From 1fdaa19dadb0e15399be82ba01c82a1f9942b4a3 Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Thu, 23 Apr 2026 08:17:42 +0200 Subject: [PATCH] chore(release): bump vscode-rivet/package.json to 0.4.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missed in the v0.4.3 release bump (#200). Docs-check VersionConsistency invariant fails CI on the v0.4.3 tag because the VS Code extension package stayed at 0.4.2 while workspace moved to 0.4.3. Platform packages stay at 0.4.1 intentionally — release-npm.yml overwrites them at publish time via jq. Trace: skip --- vscode-rivet/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-rivet/package.json b/vscode-rivet/package.json index aa88eda..9a69869 100644 --- a/vscode-rivet/package.json +++ b/vscode-rivet/package.json @@ -3,7 +3,7 @@ "displayName": "Rivet SDLC", "description": "SDLC artifact traceability with live validation, hover info, and embedded dashboard", "publisher": "pulseengine", - "version": "0.4.2", + "version": "0.4.3", "license": "MIT", "repository": { "type": "git",