diff --git a/changelog.md b/changelog.md index b15b2cb..c110912 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2024-10-13 - 1.2.6 - fix(core) +Minor refactoring and code quality improvements. + + ## 2024-10-13 - 1.2.5 - fix(dependencies) Update dependencies for stability improvements diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bb24d7e..9be9aa9 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.5', + version: '1.2.6', description: 'Provides easy communication with Docker remote API from Node.js, with TypeScript support.' }