Compare commits

...

2 Commits

Author SHA1 Message Date
7eeca992b0 4.1.28 2024-05-17 16:23:48 +02:00
d018102014 fix(core): update 2024-05-17 16:23:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ship.zone/npmci",
"version": "4.1.27",
"version": "4.1.28",
"private": false,
"description": "node and docker in gitlab ci on steroids",
"main": "dist_ts/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@ship.zone/npmci',
version: '4.1.27',
version: '4.1.28',
description: 'node and docker in gitlab ci on steroids'
}