From ebcbb8b62e0eb11189dce355c1686edcb7df5c89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Nov 2024 09:54:30 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/witty-crabs-hunt.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/witty-crabs-hunt.md diff --git a/.changeset/witty-crabs-hunt.md b/.changeset/witty-crabs-hunt.md deleted file mode 100644 index ae787e5..0000000 --- a/.changeset/witty-crabs-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -Correct prefixUrl construction for graph version selection diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e93b4e..086ee27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@great-detail/whatsapp` +## 7.0.8 + +### Patch Changes + +- 4acedc2: Correct prefixUrl construction for graph version selection + ## 7.0.7 ### Patch Changes diff --git a/package.json b/package.json index f87185e..ff475e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@great-detail/whatsapp", - "version": "7.0.7", + "version": "7.0.8", "type": "module", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": {