From 1d64ee3edb64feb4123bbe4396d17998208140be Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 14 May 2026 19:59:36 +0000 Subject: [PATCH] v4.0.2 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6803529..695a756 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ + +## 2026-05-14 - 4.0.2 + ### Fixes - strip unsupported ChatGPT prompt cache retention options while preserving prompt cache keys (openai) diff --git a/package.json b/package.json index 1c673f2..f4f4023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartai", - "version": "4.0.1", + "version": "4.0.2", "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 and research capabilities.", "main": "dist_ts/index.js", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 0f99382..7fbaf14 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.1', + 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.' }