diff --git a/CHANGELOG.md b/CHANGELOG.md index dedf445df4..b84d9a3686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,20 @@ 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.66.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.3...4.66.4) +## [4.67.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.4...4.67.0) + +### Commits + +- 🚑 remove cmd listener code #3161 [`a63a969`](https://github.com/open-wa/wa-automate-nodejs/commit/a63a969b6bedd3218669da6091fc19306c7cd305) +- updated types-only package [`6636245`](https://github.com/open-wa/wa-automate-nodejs/commit/6636245a31bc5c09d09bf556765a880b6e3b4ce2) +- Create CNAME [`4916cac`](https://github.com/open-wa/wa-automate-nodejs/commit/4916cac8589f66ff9948e8142e14685c693e1ba0) + +## [4.66.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.3...4.66.4) - 2023-12-29 ### Commits - 📝 added Terms of Service [`5ff70d0`](https://github.com/open-wa/wa-automate-nodejs/commit/5ff70d0b7ff57652a77896c9624bd4c5f6ff379e) +- Release 4.66.4 [`1927fa2`](https://github.com/open-wa/wa-automate-nodejs/commit/1927fa2d8d0d706d10ffe457ff5a9e5cc1cedb15) - 📝 update links in the readme [`d5a2a1d`](https://github.com/open-wa/wa-automate-nodejs/commit/d5a2a1d202ab5713c8fce66a89830d3c996ac742) - 🚑 fix: fix logging sybmol issue #3157 [`38bfe78`](https://github.com/open-wa/wa-automate-nodejs/commit/38bfe783148a59496cdfbc7b620ddcfb3b17261a) - patches update [`1d128f8`](https://github.com/open-wa/wa-automate-nodejs/commit/1d128f81611f47e75d88478f999321e7923664e4) diff --git a/docs-v3/docs/api/reference b/docs-v3/docs/api/reference index 8dbd2db43d..0bfca6a968 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.66.4" +title: "@open-wa/wa-automate - v4.67.0" sidebar_label: "Readme" sidebar_position: 0 custom_edit_url: null diff --git a/package-lock.json b/package-lock.json index 59c560af3c..0a43239c6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wa/wa-automate", - "version": "4.66.4", + "version": "4.67.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-wa/wa-automate", - "version": "4.66.4", + "version": "4.67.0", "hasInstallScript": true, "license": "H-DNH V1.0", "dependencies": { diff --git a/package.json b/package.json index 998e029719..ee7f27b868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate", - "version": "4.66.4", + "version": "4.67.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 631277a392..c0a7b48116 100644 Binary files a/release.png and b/release.png differ diff --git a/types-only/package.json b/types-only/package.json index 02d39fd90b..7e7bacb61f 100644 --- a/types-only/package.json +++ b/types-only/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate-types-only", - "version": "4.66.4", + "version": "4.67.0", "description": "Types generated from the @open-wa/wa-automate package", "scripts": { "build": "tsc",