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",