diff --git a/.changeset/pre.json b/.changeset/pre.json index a88fad3df..554477fc0 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -87,6 +87,7 @@ "strange-jobs-shout", "strong-cars-visit", "stupid-files-cough", + "stupid-islands-collect", "sweet-adults-applaud", "sweet-cups-rescue", "sweet-houses-drum", diff --git a/integrations/typeform/CHANGELOG.md b/integrations/typeform/CHANGELOG.md index edb7106ff..0310bdfa8 100644 --- a/integrations/typeform/CHANGELOG.md +++ b/integrations/typeform/CHANGELOG.md @@ -1,5 +1,11 @@ # @trigger.dev/typeform +## 1.0.0-next.10 + +### Patch Changes + +- dbb9fe44: Create a new webhook if the existing webhook url doesn't match + ## 1.0.0-next.9 ### Patch Changes diff --git a/integrations/typeform/package.json b/integrations/typeform/package.json index 53d25881d..0c1bab81a 100644 --- a/integrations/typeform/package.json +++ b/integrations/typeform/package.json @@ -1,6 +1,6 @@ { "name": "@trigger.dev/typeform", - "version": "1.0.0-next.9", + "version": "1.0.0-next.10", "description": "The official Typeform integration for Trigger.dev", "main": "./dist/index.js", "types": "./dist/index.d.ts",