From a7ae676184f616aacde7d2ebe19fac7778eede0a Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 18 May 2026 00:13:37 +0000 Subject: [PATCH] v4.1.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 78c084f..205400b 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,9 @@ + +## 2026-05-18 - 4.1.0 + ### Features - add Mistral OCR engine with package export, tests, and documentation (ocr) diff --git a/package.json b/package.json index 294b840..56f13bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartai", - "version": "4.0.2", + "version": "4.1.0", "private": false, "description": "Provider registry and capability utilities for ai-sdk (Vercel AI SDK). Core export returns LanguageModel; subpath exports provide vision, audio, image, document, OCR and research capabilities.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7fbaf14..71ad58f 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: '4.0.2', - description: 'Provider registry and capability utilities for ai-sdk (Vercel AI SDK). Core export returns LanguageModel; subpath exports provide vision, audio, image, document and research capabilities.' + version: '4.1.0', + description: 'Provider registry and capability utilities for ai-sdk (Vercel AI SDK). Core export returns LanguageModel; subpath exports provide vision, audio, image, document, OCR and research capabilities.' }