Compare commits

..

2 Commits

Author SHA1 Message Date
732e9e5cac v2.0.2
Some checks failed
Default (tags) / security (push) Successful in 38s
Default (tags) / test (push) Failing after 4m2s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2026-03-12 20:11:47 +00:00
5bf1779243 fix(repo): no changes to commit 2026-03-12 20:11:47 +00:00
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "@git.zone/tsdocker",
"version": "2.0.1",
"version": "2.0.2",
"private": false,
"description": "develop npm modules cross platform with docker",
"main": "dist_ts/index.js",

View File

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