diff --git a/.changeset/tasty-ducks-say.md b/.changeset/tasty-ducks-say.md deleted file mode 100644 index 8a68d65eaac..00000000000 --- a/.changeset/tasty-ducks-say.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@thirdweb-dev/service-utils": patch ---- - -add `gateway` to possible usage sources diff --git a/packages/service-utils/CHANGELOG.md b/packages/service-utils/CHANGELOG.md index c7b29f2e1eb..8b4f5c39950 100644 --- a/packages/service-utils/CHANGELOG.md +++ b/packages/service-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @thirdweb-dev/service-utils +## 0.10.6 + +### Patch Changes + +- [#7700](https://github.com/thirdweb-dev/js/pull/7700) [`9d8c7f1`](https://github.com/thirdweb-dev/js/commit/9d8c7f1f7d14329d2eab49d4af7e37086924f40e) Thanks [@jnsdls](https://github.com/jnsdls)! - add `gateway` to possible usage sources + ## 0.10.5 ### Patch Changes diff --git a/packages/service-utils/package.json b/packages/service-utils/package.json index 1386c9157af..477e61e0055 100644 --- a/packages/service-utils/package.json +++ b/packages/service-utils/package.json @@ -69,5 +69,5 @@ } }, "typings": "dist/types/index.d.ts", - "version": "0.10.5" + "version": "0.10.6" }