From 72dd38d3e279408061d6ed4e1974f7611448d198 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 26 May 2026 11:15:48 +0000 Subject: [PATCH] v1.3.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index dfa6c05..c36142f 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-26 - 1.3.0 + ### Features - support managed Docker Swarm published ports (clustermanager) diff --git a/package.json b/package.json index eefb2a6..73ccdb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@serve.zone/coreflow", - "version": "1.2.0", + "version": "1.3.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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e3e4c0a..e3a48ba 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/coreflow', - version: '1.2.0', + version: '1.3.0', description: 'A comprehensive tool for managing Docker-based applications and services, enabling efficient scaling, network management, and integration with cloud services.' }