From 2e82fcdadeefb0a9b96ff14b45f43b398e377738 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 07:29:44 +0000 Subject: [PATCH] chore: version packages --- .changeset/add-gpt-5-4.md | 5 ----- apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/add-gpt-5-4.md diff --git a/.changeset/add-gpt-5-4.md b/.changeset/add-gpt-5-4.md deleted file mode 100644 index b38a81e9..00000000 --- a/.changeset/add-gpt-5-4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -feat: add GPT-5.4, Gemini 3.1 Pro Preview, and Gemini 3.1 Flash Lite Preview to known models diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 72fa88fc..117699d4 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.133 + +### Patch Changes + +- [#805](https://github.com/perstack-ai/perstack/pull/805) [`5457668`](https://github.com/perstack-ai/perstack/commit/5457668512c0f98b720bd0c512106d8a8f8c13b4) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add GPT-5.4, Gemini 3.1 Pro Preview, and Gemini 3.1 Flash Lite Preview to known models + ## 0.0.132 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index a5cc50e1..70e4fdbc 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.132", + "version": "0.0.133", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",