From 5bf1779243ee16289efaa5553d0a0c66f1c20c80 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 12 Mar 2026 20:11:47 +0000 Subject: [PATCH] fix(repo): 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 c55e8fd..0dd7e85 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-12 - 2.0.2 - fix(repo) +no changes to commit + + ## 2026-03-12 - 2.0.1 - fix(repository) no changes to commit diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2ba1319..bcfba36 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.1', + version: '2.0.2', description: 'develop npm modules cross platform with docker' }