From 443618d1ac406e11721a3a123043d13551cc462e Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 12 Apr 2026 17:17:40 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 4 ++++ ts_web/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8b2f3d5..d32cc64 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-04-12 - 3.8.4 - fix(repo) +no changes to commit + + ## 2026-04-12 - 3.8.3 - fix(sidebar) include component tag names in sidebar search filtering diff --git a/ts_web/00_commitinfo_data.ts b/ts_web/00_commitinfo_data.ts index 100c881..c9d1110 100644 --- a/ts_web/00_commitinfo_data.ts +++ b/ts_web/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@design.estate/dees-wcctools', - version: '3.8.3', + version: '3.8.4', description: 'A set of web component tools for creating element catalogues, enabling the structured development and documentation of custom elements and pages.' }