v1.2.0
Docker (tags) / release (push) Failing after 0s

This commit is contained in:
2026-05-23 10:28:37 +00:00
parent 688d0157b7
commit 7b03e1cf96
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-23 - 1.2.0
### Features
- add deployment runtime operations and app catalog workload support
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@serve.zone/coreflow",
"version": "1.1.0",
"version": "1.2.0",
"description": "A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/coreflow',
version: '1.1.0',
version: '1.2.0',
description: 'A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.'
}