From 4594c0168da767c1979d0a1c8eb7903cdc3d0188 Mon Sep 17 00:00:00 2001 From: tegwick Date: Fri, 3 Jul 2026 17:39:34 +0200 Subject: [PATCH] release: v0.4.1 Republished via native secrets-engine exec (SECRETS-WP-0003 pilot closeout). No package content changes from v0.4.0. --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37eb210..9931009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,12 @@ Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). Version composition divergence (`current` key ↔ per-item `active`) as a justified, non-gating note. +## [0.4.1] — 2026-07-03 + +Republished to the coulomb Gitea npm registry through the native +`secrets-engine exec` pilot closeout (SECRETS-WP-0003). No package content +changes from `0.4.0`. + ## [0.4.0] — 2026-06-28 ### Fixed diff --git a/package.json b/package.json index 2d60729..18ef31d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@whynot/design", - "version": "0.4.0", + "version": "0.4.1", "description": "The neutral, mostly-black-and-white visual language for whynot — prototype cards, signal records, beta plans, decision documents, and any other deliberately-unfinished artefact. Ships tokens, CSS, and Lit-based web components consumable from React, Django, Vue, plain HTML, or anywhere a custom element runs.", "private": false, "type": "module",