diff --git a/.changeset/healthy-numbers-prove.md b/.changeset/healthy-numbers-prove.md deleted file mode 100644 index c28de01..0000000 --- a/.changeset/healthy-numbers-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": minor ---- - -introduce multi-module compilation for cjs and mjs support diff --git a/CHANGELOG.md b/CHANGELOG.md index c1852e5..5008ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @great-detail/whatsapp +## 6.3.0 + +### Minor Changes + +- 6b323d7: introduce multi-module compilation for cjs and mjs support + ## 6.2.1 ### Patch Changes diff --git a/package.json b/package.json index 6c001a5..67ebbe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@great-detail/whatsapp", - "version": "6.2.1", + "version": "6.3.0", "type": "commonjs", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": {