diff --git a/.changeset/witty-lands-thank.md b/.changeset/witty-lands-thank.md deleted file mode 100644 index 41d7a9d..0000000 --- a/.changeset/witty-lands-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": minor ---- - -Add `downloadStream` and `uploadStream` types to `TailorDBFileAPI`. Mark `openDownloadStream` as deprecated. diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 34c38ef..c8e02b1 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.9.0 + +### Minor Changes + +- [#178](https://github.com/tailor-platform/function/pull/178) [`1b2e22b`](https://github.com/tailor-platform/function/commit/1b2e22b6f9895fd25df353a4680fb2bd6465b9b7) Thanks [@haru0017](https://github.com/haru0017)! - Add `downloadStream` and `uploadStream` types to `TailorDBFileAPI`. Mark `openDownloadStream` as deprecated. + ## 0.8.5 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index 1aaaa2a..be32544 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.8.5", + "version": "0.9.0", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",