From 40c23696dbd93f36b101247e8a55b3554af602ea Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Thu, 4 Jan 2024 11:12:57 +0000
Subject: [PATCH] chore(release): version packages

---
 .changeset/chilled-lizards-return.md | 5 -----
 .changeset/modern-ants-warn.md       | 5 -----
 CHANGELOG.md                         | 7 +++++++
 package.json                         | 2 +-
 4 files changed, 8 insertions(+), 11 deletions(-)
 delete mode 100644 .changeset/chilled-lizards-return.md
 delete mode 100644 .changeset/modern-ants-warn.md

diff --git a/.changeset/chilled-lizards-return.md b/.changeset/chilled-lizards-return.md
deleted file mode 100644
index 5a9f00d..0000000
--- a/.changeset/chilled-lizards-return.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@great-detail/whatsapp": patch
----
-
-fix: correct usable node versions to >=18.x
diff --git a/.changeset/modern-ants-warn.md b/.changeset/modern-ants-warn.md
deleted file mode 100644
index 3e3e5b5..0000000
--- a/.changeset/modern-ants-warn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@great-detail/whatsapp": patch
----
-
-fix: remove requestInit passing to fetch call
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b35a31..ca9053d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # `@great-detail/whatsapp`
 
+## 6.5.2
+
+### Patch Changes
+
+- d3e7d5d: fix: correct usable node versions to >=18.x
+- 273f996: fix: remove requestInit passing to fetch call
+
 ## 6.5.1
 
 ### Patch Changes
diff --git a/package.json b/package.json
index 2e398ed..ede18a0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@great-detail/whatsapp",
-  "version": "6.5.1",
+  "version": "6.5.2",
   "type": "module",
   "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.",
   "repository": {