diff --git a/CHANGELOG.md b/CHANGELOG.md index 520197496a..4dea9e72cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,18 @@ 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.71.10](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.9...4.71.10) +## [4.71.11](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.10...4.71.11) ### Commits +- 🔧 enabled `stickerServerEndpoint` #3210 [`134d2c2`](https://github.com/open-wa/wa-automate-nodejs/commit/134d2c2cbe4aaf3eaed97625c41a1391677ddab3) +- updated types-only package [`1b11b4a`](https://github.com/open-wa/wa-automate-nodejs/commit/1b11b4abaa72e1f27a7fe2549d0b9be7f2f8c6f0) + +## [4.71.10](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.9...4.71.10) - 2024-04-21 + +### Commits + +- Release 4.71.10 [`4a4df58`](https://github.com/open-wa/wa-automate-nodejs/commit/4a4df5823fadd677183646edd47197590879a050) - ✨ [insiders] feat: `postThumbnailStatus` #3199 [`2189269`](https://github.com/open-wa/wa-automate-nodejs/commit/218926931ea8ca5efe41e9785101eda4aa5b9764) - updated types-only package [`2f6a21a`](https://github.com/open-wa/wa-automate-nodejs/commit/2f6a21ab49538768f6d9d0313bc75a041cb0bcd1) diff --git a/docs-v3/docs/api/reference b/docs-v3/docs/api/reference index 89c345c21e..2a6fe98036 100644 --- a/docs-v3/docs/api/reference +++ b/docs-v3/docs/api/reference @@ -1,6 +1,6 @@ --- id: "reference" -title: "@open-wa/wa-automate - v4.71.10" +title: "@open-wa/wa-automate - v4.71.11" sidebar_label: "Readme" sidebar_position: 0 custom_edit_url: null diff --git a/package-lock.json b/package-lock.json index 0e5689901e..16ead795ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wa/wa-automate", - "version": "4.71.10", + "version": "4.71.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-wa/wa-automate", - "version": "4.71.10", + "version": "4.71.11", "hasInstallScript": true, "license": "H-DNH V1.0", "dependencies": { diff --git a/package.json b/package.json index 05f044ce66..7c372f0c3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate", - "version": "4.71.10", + "version": "4.71.11", "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 875380735b..81c99ad76c 100644 Binary files a/release.png and b/release.png differ