diff --git a/CHANGELOG.md b/CHANGELOG.md index ca0f70a7eb..8bb47bd1a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +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.71.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.4...4.71.5) +## [4.71.6](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.5...4.71.6) + +### Fixed + +- 🚑 launch fixes #3190 [`#3190`](https://github.com/open-wa/wa-automate-nodejs/issues/3190) + +### Commits + +- updated types-only package [`d46d46e`](https://github.com/open-wa/wa-automate-nodejs/commit/d46d46e86db37199b767ab623714851a5811a7c4) + +## [4.71.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.4...4.71.5) - 2024-04-09 ### Commits +- Release 4.71.5 [`2d7ca83`](https://github.com/open-wa/wa-automate-nodejs/commit/2d7ca834d5cd3e0b173ae74a3f370c86f8e899a8) - 🚑 #3190 [`f571905`](https://github.com/open-wa/wa-automate-nodejs/commit/f5719057eb77007fc05364d1cde0fb76d5451287) - updated types-only package [`537fa97`](https://github.com/open-wa/wa-automate-nodejs/commit/537fa9780be43738da11e487e0d599fa78ac68c9) diff --git a/docs-v3/docs/api/reference b/docs-v3/docs/api/reference index 531f20274c..590a196d32 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.5" +title: "@open-wa/wa-automate - v4.71.6" sidebar_label: "Readme" sidebar_position: 0 custom_edit_url: null diff --git a/package-lock.json b/package-lock.json index a17191079e..1cae9a3a21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wa/wa-automate", - "version": "4.71.5", + "version": "4.71.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-wa/wa-automate", - "version": "4.71.5", + "version": "4.71.6", "hasInstallScript": true, "license": "H-DNH V1.0", "dependencies": { diff --git a/package.json b/package.json index 92f16332f2..2730ef92f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate", - "version": "4.71.5", + "version": "4.71.6", "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 4fc087af66..f45db96797 100644 Binary files a/release.png and b/release.png differ