diff --git a/changelog.md b/changelog.md index 44c889c..e2c0668 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-20 - 0.13.3 - fix() +no changes detected + +- No files changed in the provided diff. +- No version bump required. + ## 2026-01-20 - 0.13.2 - fix(repo) no changes detected in diff; nothing to commit diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0fd7135..29493c0 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartai', - version: '0.13.2', + version: '0.13.3', description: 'SmartAi is a versatile TypeScript library designed to facilitate integration and interaction with various AI models, offering functionalities for chat, audio generation, document processing, and vision tasks.' }