diff --git a/CHANGELOG.md b/CHANGELOG.md index e06f159606..60098766ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +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.65.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.5...4.65.0) +## [4.65.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.65.0...4.65.1) + +### Commits + +- ⬆️ upgrade axios dep [`db23f05`](https://github.com/open-wa/wa-automate-nodejs/commit/db23f05fe18c1c3cf3f6532d4e337e68ababbeeb) +- 💚 fix ci build failure [`3ec5673`](https://github.com/open-wa/wa-automate-nodejs/commit/3ec5673c2832d36ba832b26f12decd8200407e51) +- 🐛 fix chatwoot file upload #3114 [`5c58e74`](https://github.com/open-wa/wa-automate-nodejs/commit/5c58e742350a4608634ce7d39c640d060e3de992) +- updated types-only package [`fabe98f`](https://github.com/open-wa/wa-automate-nodejs/commit/fabe98fc49d4600e8c18072bc731a5446906434b) + +## [4.65.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.64.5...4.65.0) - 2023-05-02 ### Commits - ⬆️ upgrade pptr dep [`06e47bd`](https://github.com/open-wa/wa-automate-nodejs/commit/06e47bdd423780d69f8855ebda7bb3f4e67d2a03) +- Release 4.65.0 [`dc1c680`](https://github.com/open-wa/wa-automate-nodejs/commit/dc1c6803ec4ff40191b01fd7927ac2418e6fdbf6) - 🏷️ type updates #3108 [`4c2216b`](https://github.com/open-wa/wa-automate-nodejs/commit/4c2216b46b384994af3a3709f65c8e0582692856) - ✨ feat: `joinWebBeta` #3113 [`77b722a`](https://github.com/open-wa/wa-automate-nodejs/commit/77b722afc32b41e2c78f490cbfd72775ac508646) - updated types-only package [`a24d42b`](https://github.com/open-wa/wa-automate-nodejs/commit/a24d42b62486853f666524dfec24bbbb3d345a24) diff --git a/docs-v3/docs/api/classes/structures_Collector.Collection.md b/docs-v3/docs/api/classes/structures_Collector.Collection.md index e60d87f332..b0ac0456ea 100644 --- a/docs-v3/docs/api/classes/structures_Collector.Collection.md +++ b/docs-v3/docs/api/classes/structures_Collector.Collection.md @@ -100,7 +100,7 @@ ___ #### Inherited from -BaseCollection.\_\_@species@2010 +BaseCollection.\_\_@species@2118 ___ diff --git a/docs-v3/docs/api/reference b/docs-v3/docs/api/reference index 15653d9dd6..abbe2449af 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.65.0" +title: "@open-wa/wa-automate - v4.65.1" sidebar_label: "Readme" sidebar_position: 0 custom_edit_url: null diff --git a/package-lock.json b/package-lock.json index ff7a273c55..3743e55f2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-wa/wa-automate", - "version": "4.65.0", + "version": "4.65.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@open-wa/wa-automate", - "version": "4.65.0", + "version": "4.65.1", "hasInstallScript": true, "license": "H-DNH V1.0", "dependencies": { diff --git a/package.json b/package.json index 69082370b9..5cc49622ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-wa/wa-automate", - "version": "4.65.0", + "version": "4.65.1", "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 0022305f0a..9f53fe0085 100644 Binary files a/release.png and b/release.png differ