diff --git a/.changeset/deprecate-function-types.md b/.changeset/deprecate-function-types.md deleted file mode 100644 index 6092313..0000000 --- a/.changeset/deprecate-function-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": patch ---- - -Deprecate this package in favor of `@tailor-platform/sdk`, which now covers the same `tailor.*` / `tailordb.*` runtime surface. The README documents the deprecation and migration steps. diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index a04a8c3..8826cfc 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.10.1 + +### Patch Changes + +- [#190](https://github.com/tailor-platform/function/pull/190) [`09dfbcc`](https://github.com/tailor-platform/function/commit/09dfbccaa0449077bf0e768bb85939918de2709f) Thanks [@toiroakr](https://github.com/toiroakr)! - Deprecate this package in favor of `@tailor-platform/sdk`, which now covers the same `tailor.*` / `tailordb.*` runtime surface. The README documents the deprecation and migration steps. + ## 0.10.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index 8d4114a..fb994b6 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.10.0", + "version": "0.10.1", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",