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.' }