diff --git a/.changeset/red-wasps-turn.md b/.changeset/red-wasps-turn.md deleted file mode 100644 index 602a60e..0000000 --- a/.changeset/red-wasps-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -Offload authentication to use-case diff --git a/CHANGELOG.md b/CHANGELOG.md index c08c761..d1e7749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@great-detail/whatsapp` +## 7.0.2 + +### Patch Changes + +- 6d6b234: Offload authentication to use-case + ## 7.0.1 ### Patch Changes diff --git a/package.json b/package.json index 85599d6..9a3e249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@great-detail/whatsapp", - "version": "7.0.1", + "version": "7.0.2", "type": "module", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": {