diff --git a/.changeset/remove-user-updated-at.md b/.changeset/remove-user-updated-at.md deleted file mode 100644 index f8e15da..0000000 --- a/.changeset/remove-user-updated-at.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tailor-platform/function-types": patch ---- - -Remove non-existent `updatedAt` field from `tailor.idp.User` diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index c8e02b1..7d6a643 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @tailor-platform/function-types +## 0.9.1 + +### Patch Changes + +- [#180](https://github.com/tailor-platform/function/pull/180) [`a36c24f`](https://github.com/tailor-platform/function/commit/a36c24faa835a350617b4f29c6e848894bcdc1e3) Thanks [@k1LoW](https://github.com/k1LoW)! - Remove non-existent `updatedAt` field from `tailor.idp.User` + ## 0.9.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index be32544..88a9a03 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/function-types", - "version": "0.9.0", + "version": "0.9.1", "description": "TypeScript types for Tailor Platform Function service", "repository": { "type": "git",