From 74d0220fa81d765b5acfc28293c125374c6a75f9 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 15 Sep 2026 01:06:22 +0000 Subject: [PATCH] Bump version to 1.4.1 Promote all components from 1.4.1-pre to the 1.4.1 release version so the v1.4.1 release tag matches the manifests checked by validate-release. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_014Q2DHXRGPBKgLuYw21pfvY --- package-lock.json | 6 +++--- .../src/devcontainer-dev-certs/devcontainer-feature.json | 2 +- src/shared/package.json | 2 +- src/vscode-ui-extension/package.json | 2 +- src/vscode-workspace-extension/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd37065..da17a96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6870,7 +6870,7 @@ }, "src/shared": { "name": "@devcontainer-dev-certs/shared", - "version": "1.4.1-pre", + "version": "1.4.1", "dependencies": { "@peculiar/x509": "^2.0.0", "asn1js": "^3.0.10", @@ -6883,7 +6883,7 @@ }, "src/vscode-ui-extension": { "name": "devcontainer-dev-certs-host", - "version": "1.4.1-pre", + "version": "1.4.1", "license": "MIT", "dependencies": { "@devcontainer-dev-certs/shared": "*", @@ -6906,7 +6906,7 @@ }, "src/vscode-workspace-extension": { "name": "devcontainer-dev-certs-remote", - "version": "1.4.1-pre", + "version": "1.4.1", "license": "MIT", "dependencies": { "@devcontainer-dev-certs/shared": "*", diff --git a/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json b/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json index b9899b1..aa00327 100644 --- a/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json +++ b/src/devcontainer-feature/src/devcontainer-dev-certs/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "devcontainer-dev-certs", - "version": "1.4.1-pre", + "version": "1.4.1", "name": "Dev Container Development Certificates", "description": "Enables trusted HTTPS in Dev Containers by preparing certificate trust infrastructure and installing companion VS Code extensions that automatically generate, trust, and transfer ASP.NET and Aspire compatible development certificates from the host machine. Add to your devcontainer.json: \"features\": { \"ghcr.io/dnegstad/devcontainer-dev-certs/devcontainer-dev-certs:1\": {} }", "documentationURL": "https://github.com/dnegstad/devcontainer-dev-certs", diff --git a/src/shared/package.json b/src/shared/package.json index de3035e..55a9f35 100644 --- a/src/shared/package.json +++ b/src/shared/package.json @@ -1,6 +1,6 @@ { "name": "@devcontainer-dev-certs/shared", - "version": "1.4.1-pre", + "version": "1.4.1", "private": true, "main": "./src/index.ts", "types": "./src/index.ts", diff --git a/src/vscode-ui-extension/package.json b/src/vscode-ui-extension/package.json index 8bef02b..6d7c64f 100644 --- a/src/vscode-ui-extension/package.json +++ b/src/vscode-ui-extension/package.json @@ -3,7 +3,7 @@ "displayName": "Dev Container Dev Certificates (Host)", "description": "Generates and trusts ASP.NET and Aspire compatible HTTPS development certificates on the host machine for use in Dev Containers and remote environments.", "icon": "images/dn_ui_extension_icon_256.png", - "version": "1.4.1-pre", + "version": "1.4.1", "publisher": "dnegstad", "license": "MIT", "repository": { diff --git a/src/vscode-workspace-extension/package.json b/src/vscode-workspace-extension/package.json index 71f1402..268f19d 100644 --- a/src/vscode-workspace-extension/package.json +++ b/src/vscode-workspace-extension/package.json @@ -3,7 +3,7 @@ "displayName": "Dev Container Dev Certificates (Remote)", "description": "Receives and installs ASP.NET and Aspire compatible HTTPS development certificates inside Dev Containers and remote environments.", "icon": "images/dn_workspace_extension_icon_256.png", - "version": "1.4.1-pre", + "version": "1.4.1", "publisher": "dnegstad", "license": "MIT", "repository": {