diff --git a/CHANGELOG.md b/CHANGELOG.md index 160611b76..86d105cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [4.72.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.15...4.72.0) +## [4.72.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.0...4.72.1) + +### Commits + +- 🔊 : added better error logging to chatwoot integration [`20b8de0`](https://github.com/open-wa/wa-automate-nodejs/commit/20b8de0045ca2f68e7b2b56f784c03fde84a6060) +- 🚑 fix qr issue #3238 [`23d1d01`](https://github.com/open-wa/wa-automate-nodejs/commit/23d1d014a219f17de2d2d5b4b3cbcf4aad066808) +- 📝 : updated link code example in documentation to reflect correct formatting and value [`c59bf23`](https://github.com/open-wa/wa-automate-nodejs/commit/c59bf238f2ab4af1280b6a5aa61ac130dcd90591) +- updated types-only package [`a6d64e8`](https://github.com/open-wa/wa-automate-nodejs/commit/a6d64e854c8ca3345d6bcc65a43c48dddefecfc6) + +## [4.72.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.15...4.72.0) - 2024-08-07 ### Commits - 📝 change `/api/*` to `/reference/*` in docs [`22b6415`](https://github.com/open-wa/wa-automate-nodejs/commit/22b64157d8a81f9d87bd87107df8ecded99e3a51) - ✨ feat: LOGIN WITH LINKCODE `config.linkCode` #3233 [`4788ec4`](https://github.com/open-wa/wa-automate-nodejs/commit/4788ec489ca07d4a7ce33e6deaa6556a6136526a) +- Release 4.72.0 [`54b1ce9`](https://github.com/open-wa/wa-automate-nodejs/commit/54b1ce97df7b6905d0d2da6e873652d9d2d65bdd) - 📝 update documentation links #3234 [`3ebc0f8`](https://github.com/open-wa/wa-automate-nodejs/commit/3ebc0f8de0f6591ca27b040f520aa5e02c8035fc) - updated types-only package [`77a2984`](https://github.com/open-wa/wa-automate-nodejs/commit/77a2984e0f34d1e120cac214775b4f671ee118dc) diff --git a/docs/docs/reference/index.md b/docs/docs/reference/index.md index a61d5ade3..673d833f0 100644 --- a/docs/docs/reference/index.md +++ b/docs/docs/reference/index.md @@ -1,4 +1,4 @@ -# @open-wa/wa-automate v4.72.0 +# @open-wa/wa-automate v4.72.1 ## Modules diff --git a/package-lock.json b/package-lock.json index 28910e899..555a8ac18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wa/wa-automate", - "version": "4.72.0", + "version": "4.72.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-wa/wa-automate", - "version": "4.72.0", + "version": "4.72.1", "hasInstallScript": true, "license": "H-DNH V1.0", "dependencies": { diff --git a/package.json b/package.json index d504861fc..669bd4b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate", - "version": "4.72.0", + "version": "4.72.1", "licenseCheckUrl": "https://funcs.openwa.dev/license-check", "brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm", "patches": "https://cdn.openwa.dev/patches.json", diff --git a/release.png b/release.png index fb57f238b..45ff6dc05 100644 Binary files a/release.png and b/release.png differ