diff --git a/.changeset/smooth-peaches-tan.md b/.changeset/smooth-peaches-tan.md deleted file mode 100644 index ca566ae..0000000 --- a/.changeset/smooth-peaches-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@team-plain/typescript-sdk': minor ---- - -Add support for creating attachment upload urls via the SDK diff --git a/CHANGELOG.md b/CHANGELOG.md index 66db5d7..78705ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @team-plain/typescript-sdk +## 2.1.0 + +### Minor Changes + +- f55d303: Add support for creating attachment upload urls for use with custom timeline entries, emails and chat + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index ea627ee..e8fe294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@team-plain/typescript-sdk", - "version": "2.0.0", + "version": "2.1.0", "description": "Typescript SDK for Plain's Core GraphQL API", "main": "dist/index.js", "module": "dist/index.mjs",