From 4be91d678a1f3b9d18d471f7440ee4be9e182133 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 20 Jan 2026 02:40:29 +0000 Subject: [PATCH] fix(): no changes detected; no release required --- 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 a4f73d7..abdcf7a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 2026-01-20 - 0.13.1 - fix() +no changes detected; no release required + +- No changes found in the provided git diff +- Current package version is 0.13.0 + ## 2026-01-20 - 0.13.0 - feat(provider.ollama) add chain-of-thought reasoning support to chat messages and Ollama provider diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 4b867a2..14c2e17 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.0', + version: '0.13.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.' }