From 9fc4afe4b8f54ccf509cc721c3a03e52148c2c2c Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 23 Dec 2024 00:30:20 +0100 Subject: [PATCH] feat(core): Initial release of Docker client with TypeScript support --- changelog.md | 6 ++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5caf280..c877eec 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2024-12-23 - 1.3.0 - feat(core) +Initial release of Docker client with TypeScript support + +- Provides easy communication with Docker's remote API from Node.js +- Includes implementations for managing Docker services, networks, secrets, containers, and images + ## 2024-12-23 - 1.2.8 - fix(core) Improved the image creation process from tar stream in DockerImage class. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cbb2c00..cdc5fc0 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.8', + version: '1.3.0', description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.' }