From fc87aac15a1de49cce23bf1eec18caeba7b9fa49 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Thu, 21 May 2026 12:28:02 +0200 Subject: [PATCH] chore(release): 1.3.3 Patch release covering the dependency refresh from the previous commit. Local version was at 1.3.1 while npm registry already had 1.3.2 published, so this bumps to 1.3.3. Co-Authored-By: Claude Opus 4.7 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0a026a..070820a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-ai-provider", - "version": "1.3.1", + "version": "1.3.3", "description": "A simple and extensible AI provider package for easy integration of multiple AI services", "main": "dist/index.js", "module": "dist/index.mjs",