From 8cb052449e643c961978a26a06632da69c4d0988 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 20 Jan 2026 00:03:06 +0000 Subject: [PATCH] =?UTF-8?q?fix():=20no=20changes=20detected=20=E2=80=94=20?= =?UTF-8?q?no=20release=20necessary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 312776f..fb1c912 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-01-20 - 0.10.1 - fix() +no changes detected — no release necessary + +- No files changed in the provided diff; there are no code, documentation, or configuration modifications to release. + ## 2026-01-18 - 0.10.0 - feat(mistral) add Mistral provider with native PDF OCR and chat integration diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 2f39f82..a8cfb09 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.10.0', + version: '0.10.1', 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.' }