From b1e2f0d8eaaa04a23fb315df124fe87c1f678b86 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 12 Mar 2026 20:02:50 +0000 Subject: [PATCH] fix(repository): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 73cf5e3..c55e8fd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-12 - 2.0.1 - fix(repository) +no changes to commit + + ## 2026-03-12 - 2.0.0 - BREAKING CHANGE(cli) remove legacy container test runner and make the default command show the man page diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a49f7f8..2ba1319 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsdocker', - version: '2.0.0', + version: '2.0.1', description: 'develop npm modules cross platform with docker' }