From 349d711cc55ddb9967c02d74d361e6384c554354 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 13 Oct 2024 13:29:18 +0200 Subject: [PATCH] fix(core): Prepare patch release with minor fixes and improvements --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c110912..36459a1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-10-13 - 1.2.7 - fix(core) +Prepare patch release with minor fixes and improvements + + ## 2024-10-13 - 1.2.6 - fix(core) Minor refactoring and code quality improvements. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 9be9aa9..ea072e8 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiclient.xyz/docker', - version: '1.2.6', + version: '1.2.7', description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.' }