diff --git a/CHANGELOG.md b/CHANGELOG.md index 7990dc4bf4..867182ee5b 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.12](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.11...4.71.12) +## [4.71.13](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.12...4.71.13) + +### Fixed + +- 🚑 attempt to fix #3218 [`#3218`](https://github.com/open-wa/wa-automate-nodejs/issues/3218) + +### Commits + +- updated types-only package [`54b0552`](https://github.com/open-wa/wa-automate-nodejs/commit/54b05522c23cf0bdd7a6bc71b99eea702a935af3) + +## [4.71.12](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.11...4.71.12) - 2024-06-06 ### Commits +- Release 4.71.12 [`060d3e5`](https://github.com/open-wa/wa-automate-nodejs/commit/060d3e58b97f5f8226c18c9e0486eddd93c0de66) - 🐛 fix custom sticker endpoint issue #3215 [`0ec9214`](https://github.com/open-wa/wa-automate-nodejs/commit/0ec9214d3687e660019d546bbdc7688ad487f485) - updated types-only package [`6e10622`](https://github.com/open-wa/wa-automate-nodejs/commit/6e106220ae9b3ebc32ce9559d89977944725ae7b) diff --git a/docs-v3/docs/api/reference b/docs-v3/docs/api/reference index e01d864aac..6a97490b22 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.12" +title: "@open-wa/wa-automate - v4.71.13" sidebar_label: "Readme" sidebar_position: 0 custom_edit_url: null diff --git a/package-lock.json b/package-lock.json index 0ac823d125..28dc85b19a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wa/wa-automate", - "version": "4.71.12", + "version": "4.71.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-wa/wa-automate", - "version": "4.71.12", + "version": "4.71.13", "hasInstallScript": true, "license": "H-DNH V1.0", "dependencies": { diff --git a/package.json b/package.json index 5ef1d29491..bdda09caf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate", - "version": "4.71.12", + "version": "4.71.13", "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 d4959e2eb6..151e2a52e8 100644 Binary files a/release.png and b/release.png differ