diff --git a/CHANGELOG.md b/CHANGELOG.md index 7663de2e80..fb2475e8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,21 @@ 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.70.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.68.0...4.70.0) +## [4.71.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.70.0...4.71.0) + +### Commits + +- 📝 new doc pages [`577be3a`](https://github.com/open-wa/wa-automate-nodejs/commit/577be3a800285583659e93efd6e01afb213c93db) +- 🚑 critical fix for stickers [`e01cdca`](https://github.com/open-wa/wa-automate-nodejs/commit/e01cdcad775ec9ed2fcf5d87f51ee9fda9942c86) + +## [4.70.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.68.0...4.70.0) - 2024-04-07 ### Commits - fix breaking wweb changes #3184 [`ad6e33e`](https://github.com/open-wa/wa-automate-nodejs/commit/ad6e33eafba96e4870aeb823a8699491a1d80272) - updated types-only package [`892f36f`](https://github.com/open-wa/wa-automate-nodejs/commit/892f36f40a713c265f9c9d0844165aed67a2e1ae) - 🚑 Attempt breaking change fix [`ea2437c`](https://github.com/open-wa/wa-automate-nodejs/commit/ea2437c1533c0981eefe78c2e3fe95ec13c40548) +- Release 4.70.0 [`cecda2e`](https://github.com/open-wa/wa-automate-nodejs/commit/cecda2e9bfcf3456c06da4ccf9e1ab73e876e68d) - 🔊 better cloudflare logging [`2b1e827`](https://github.com/open-wa/wa-automate-nodejs/commit/2b1e827cbe1817d88818e922c368b673af65fa8a) - 🔧 update release image code [`b709440`](https://github.com/open-wa/wa-automate-nodejs/commit/b709440f009eddeeea7e656c838ca3179edb7b98) - 🔧 fix build blocker [`0efbef9`](https://github.com/open-wa/wa-automate-nodejs/commit/0efbef9cd10fd9461b5e534eb9ca02ea88cff28d) diff --git a/docs-v3/docs/api/reference b/docs-v3/docs/api/reference index 7e46288c49..d0c4c569e4 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.70.0" +title: "@open-wa/wa-automate - v4.71.0" sidebar_label: "Readme" sidebar_position: 0 custom_edit_url: null diff --git a/package-lock.json b/package-lock.json index 30e9de73fc..63b60adaec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wa/wa-automate", - "version": "4.70.0", + "version": "4.71.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-wa/wa-automate", - "version": "4.70.0", + "version": "4.71.0", "hasInstallScript": true, "license": "H-DNH V1.0", "dependencies": { diff --git a/package.json b/package.json index 3b837c02ca..65969cc4ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate", - "version": "4.70.0", + "version": "4.71.0", "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 3f16e3116d..99479c8b89 100644 Binary files a/release.png and b/release.png differ