Skip to content

Commit

Permalink
Release 4.74.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2024
1 parent 6da20eb commit 2abf8d0
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 8 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,24 @@ 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.72.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.4...4.72.5)
## [4.74.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.5...4.74.0)

### Commits

- ⬆️ upgrade to pptr latest #3247 [`95c4091`](https://github.com/open-wa/wa-automate-nodejs/commit/95c4091723dfec397210bd32e898107b62c7fb8f)
- fix ci build #3247 [`6da20eb`](https://github.com/open-wa/wa-automate-nodejs/commit/6da20eb58de1dad9850d1218375eab6cafb53785)
- ♿️ add source to `preprocessMessage` #3247 [`690e289`](https://github.com/open-wa/wa-automate-nodejs/commit/690e289c4e46c9234e70a8291eb5b962fe8d329e)
- updated types-only package [`49d01ce`](https://github.com/open-wa/wa-automate-nodejs/commit/49d01ce532f87b9710c0efbfc523647c87e0e2d8)
- 🔒️ fix swagger key leak issue #3247 [`a6f3606`](https://github.com/open-wa/wa-automate-nodejs/commit/a6f3606074b8dd03d875b689c18d7eeda5c0e3d0)
- 🔧 update docs config [`8aca294`](https://github.com/open-wa/wa-automate-nodejs/commit/8aca29431f81626fd4b28b1ad07384e5fb5e5c7e)
- updated types-only package [`e7188f1`](https://github.com/open-wa/wa-automate-nodejs/commit/e7188f1febda992fbe02c1375e680d0090f09db2)
- updated release-image [`2f84424`](https://github.com/open-wa/wa-automate-nodejs/commit/2f8442422f1831560a9f054d53aef2babb7b16ff)

## [4.72.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.4...4.72.5) - 2024-09-19

### Commits

- Release 4.72.5 [`aa29e96`](https://github.com/open-wa/wa-automate-nodejs/commit/aa29e96cf1f8b48ce634e660ac668cc119bee02e)
- 🚑 fix: first qr code was not rendering in console, fixed. #3245 [`89cd2af`](https://github.com/open-wa/wa-automate-nodejs/commit/89cd2afaca60f99fe02f44ee89f0635b30008723)
- updated types-only package [`0408d36`](https://github.com/open-wa/wa-automate-nodejs/commit/0408d362ee11ff82e77f76aad022fcd9c0b0268e)

Expand Down
9 changes: 6 additions & 3 deletions docs/docs/reference/api/Client/classes/Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -1196,18 +1196,21 @@ Easily get the amount of messages loaded up in the session. This will allow you

***

### getBatteryLevel()
### ~~getBatteryLevel()~~

> **getBatteryLevel**(): `Promise`\<`number`\>

Retrieves Battery Level

#### Returns

`Promise`\<`number`\>

Number

#### Deprecated

No longer works due to multi-device changes
Retrieves Battery Level

***

### getBlockedIds()
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @open-wa/wa-automate v4.72.5
# @open-wa/wa-automate v4.74.0

## Modules

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wa/wa-automate",
"version": "4.73.0",
"version": "4.74.0",
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
"patches": "https://cdn.openwa.dev/patches.json",
Expand Down
Binary file modified release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2abf8d0

Please sign in to comment.