diff --git a/.changeset/remove-aigateway-gap.md b/.changeset/remove-aigateway-gap.md deleted file mode 100644 index 0fcde4f..0000000 --- a/.changeset/remove-aigateway-gap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": patch ---- - -Remove the "known gap" note about `tailor.aigateway` from the deprecation README now that `@tailor-platform/sdk@1.73.0` adds a runtime wrapper for it (`aigateway.get(name)`, imported from `@tailor-platform/sdk/runtime`). diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 8826cfc..1300ab4 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.10.2 + +### Patch Changes + +- [#193](https://github.com/tailor-platform/function/pull/193) [`d3cf52e`](https://github.com/tailor-platform/function/commit/d3cf52ec9534361b620261469c1b2564ded9f130) Thanks [@toiroakr](https://github.com/toiroakr)! - Remove the "known gap" note about `tailor.aigateway` from the deprecation README now that `@tailor-platform/sdk@1.73.0` adds a runtime wrapper for it (`aigateway.get(name)`, imported from `@tailor-platform/sdk/runtime`). + ## 0.10.1 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index fb994b6..dfd8e57 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.10.1", + "version": "0.10.2", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",