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