diff --git a/.changeset/plenty-wombats-nail.md b/.changeset/plenty-wombats-nail.md deleted file mode 100644 index 3eaf658..0000000 --- a/.changeset/plenty-wombats-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': patch ---- - -add tenant field to thread type diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2bf98..98efb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @team-plain/typescript-sdk +## 5.4.2 + +### Patch Changes + +- ed3d92c: add tenant field to thread type + ## 5.4.1 ### Patch Changes diff --git a/package.json b/package.json index ca892b2..526cf8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-plain/typescript-sdk", - "version": "5.4.1", + "version": "5.4.2", "description": "Typescript SDK for Plain's Core GraphQL API", "main": "dist/index.js", "module": "dist/index.mjs",