diff --git a/.changeset/funny-lemons-jam.md b/.changeset/funny-lemons-jam.md deleted file mode 100644 index 4c83b2ef..00000000 --- a/.changeset/funny-lemons-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -correct encapsulation in GraphRequest class diff --git a/CHANGELOG.md b/CHANGELOG.md index a687b545..45be6fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # `@great-detail/whatsapp` +## 6.10.1 + +### Patch Changes + +- 6a13a44: correct encapsulation in GraphRequest class + ## 6.10.0 ### Minor Changes diff --git a/package.json b/package.json index 1e54860e..f85b23a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@great-detail/whatsapp", - "version": "6.10.0", + "version": "6.10.1", "type": "module", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": {