From 2f403b379bbea8ba503e975dfd27fc566841771e Mon Sep 17 00:00:00 2001 From: Eric Allam Date: Thu, 2 Mar 2023 15:49:05 +0000 Subject: [PATCH] Bump notion --- .changeset/quick-emus-return.md | 5 ----- generated-integrations/notion/CHANGELOG.md | 6 ++++++ generated-integrations/notion/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quick-emus-return.md diff --git a/.changeset/quick-emus-return.md b/.changeset/quick-emus-return.md deleted file mode 100644 index ca27acd72..000000000 --- a/.changeset/quick-emus-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@trigger.dev/notion": patch ---- - -Bumping notion to release the new version diff --git a/generated-integrations/notion/CHANGELOG.md b/generated-integrations/notion/CHANGELOG.md index 6a0f77b53..012084c80 100644 --- a/generated-integrations/notion/CHANGELOG.md +++ b/generated-integrations/notion/CHANGELOG.md @@ -1,5 +1,11 @@ # @trigger.dev/notion +## 0.1.26 + +### Patch Changes + +- 93322569: Bumping notion to release the new version + ## 0.1.25 ### Patch Changes diff --git a/generated-integrations/notion/package.json b/generated-integrations/notion/package.json index 171c86fd7..aee20addd 100644 --- a/generated-integrations/notion/package.json +++ b/generated-integrations/notion/package.json @@ -1,6 +1,6 @@ { "name": "@trigger.dev/notion", - "version": "0.1.25", + "version": "0.1.26", "description": "The official Notion integration for Trigger.dev", "main": "./dist/index.js", "types": "./dist/index.d.ts",