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' }