diff --git a/.changeset/green-chairs-protect.md b/.changeset/green-chairs-protect.md deleted file mode 100644 index 2c6cbb8..0000000 --- a/.changeset/green-chairs-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": minor ---- - -refactor: decouple SDK from routing for compatibility further than ExpressJS diff --git a/.changeset/grumpy-baboons-melt.md b/.changeset/grumpy-baboons-melt.md deleted file mode 100644 index 057aa1f..0000000 --- a/.changeset/grumpy-baboons-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -bump `@typescript-eslint/eslint-plugin` from `6.20.0` to `6.21.0` diff --git a/.changeset/large-needles-heal.md b/.changeset/large-needles-heal.md deleted file mode 100644 index a8d8702..0000000 --- a/.changeset/large-needles-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -bump `@types/node` from `20.11.16` to `20.11.17` diff --git a/.changeset/little-kiwis-cry.md b/.changeset/little-kiwis-cry.md deleted file mode 100644 index c21ac21..0000000 --- a/.changeset/little-kiwis-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -bump `@typescript-eslint/parser` from `6.20.0` to `6.21.0` diff --git a/.changeset/rare-squids-explain.md b/.changeset/rare-squids-explain.md deleted file mode 100644 index 0ae2c7d..0000000 --- a/.changeset/rare-squids-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -bump `tsup` from `8.0.1` to `8.0.2` diff --git a/.changeset/wild-moose-play.md b/.changeset/wild-moose-play.md deleted file mode 100644 index dcc0023..0000000 --- a/.changeset/wild-moose-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@great-detail/whatsapp": patch ---- - -bump `eslint-plugin-unicorn` from `50.0.1` to `51.0.1` diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e9cbc..d6d7192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # `@great-detail/whatsapp` +## 6.9.0 + +### Minor Changes + +- 7f7fece: refactor: decouple SDK from routing for compatibility further than ExpressJS + +### Patch Changes + +- a1c6cb7: bump `@typescript-eslint/eslint-plugin` from `6.20.0` to `6.21.0` +- 026d37b: bump `@types/node` from `20.11.16` to `20.11.17` +- 7119a27: bump `@typescript-eslint/parser` from `6.20.0` to `6.21.0` +- 769d554: bump `tsup` from `8.0.1` to `8.0.2` +- 046cb3a: bump `eslint-plugin-unicorn` from `50.0.1` to `51.0.1` + ## 6.8.6 ### Patch Changes diff --git a/package.json b/package.json index 08243ab..65d62a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@great-detail/whatsapp", - "version": "6.8.6", + "version": "6.9.0", "type": "module", "description": "SDK for interfacing with WhatsApp Business Platform in Typescript or Node.js using the Cloud API, hosted by Meta.", "repository": {