From e5c68ca496ccaeb6ce47c3e958e54f480f1f6519 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:06:44 +0000 Subject: [PATCH] Version Packages --- .changeset/add-context-get-invoker.md | 5 ----- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/add-context-get-invoker.md diff --git a/.changeset/add-context-get-invoker.md b/.changeset/add-context-get-invoker.md deleted file mode 100644 index 419320f..0000000 --- a/.changeset/add-context-get-invoker.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": patch ---- - -Add `tailor.context` namespace with `getInvoker()` for retrieving information about the invoker of the current function execution diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 5e07a93..34c38ef 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.8.5 + +### Patch Changes + +- [#169](https://github.com/tailor-platform/function/pull/169) [`eb7a92d`](https://github.com/tailor-platform/function/commit/eb7a92d424d6d6dbc5c55559d2f21e5bcb4b5aec) Thanks [@remiposo](https://github.com/remiposo)! - Add `tailor.context` namespace with `getInvoker()` for retrieving information about the invoker of the current function execution + ## 0.8.4 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index cace452..1aaaa2a 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.8.4", + "version": "0.8.5", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",