From 96a0144193a357512c8a604a15c85a2ad64898c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Jun 2024 14:52:04 +0000 Subject: [PATCH] Version Packages --- .changeset/purple-bats-cover.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/purple-bats-cover.md diff --git a/.changeset/purple-bats-cover.md b/.changeset/purple-bats-cover.md deleted file mode 100644 index 8561b1a..0000000 --- a/.changeset/purple-bats-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': minor ---- - -You can now omit the thread title when creating a thread and AI will generate it for you (if you have this enabled in your settings) diff --git a/CHANGELOG.md b/CHANGELOG.md index d249895..71e66f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @team-plain/typescript-sdk +## 4.5.0 + +### Minor Changes + +- c4e3c9c: You can now omit the thread title when creating a thread and AI will generate it for you (if you have this enabled in your settings) + ## 4.4.1 ### Patch Changes diff --git a/package.json b/package.json index 433573b..8708628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-plain/typescript-sdk", - "version": "4.4.1", + "version": "4.5.0", "description": "Typescript SDK for Plain's Core GraphQL API", "main": "dist/index.js", "module": "dist/index.mjs",