diff --git a/.changeset/wet-ties-push.md b/.changeset/wet-ties-push.md deleted file mode 100644 index c6f7a43..0000000 --- a/.changeset/wet-ties-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -fix: allow header merging when using GraphRequest.send method diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4acae..9b35a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@great-detail/whatsapp` +## 6.5.1 + +### Patch Changes + +- 1f3f833: fix: allow header merging when using GraphRequest.send method + ## 6.5.0 ### Minor Changes diff --git a/package.json b/package.json index 93359c6..42edea1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@great-detail/whatsapp", - "version": "6.5.0", + "version": "6.5.1", "type": "module", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": {