Skip to content

Commit 2abf8d0

Browse files
Release 4.74.0
1 parent 6da20eb commit 2abf8d0

6 files changed

Lines changed: 25 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [4.72.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.4...4.72.5)
10+
## [4.74.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.5...4.74.0)
1111

1212
### Commits
1313

14+
- ⬆️ upgrade to pptr latest #3247 [`95c4091`](https://github.com/open-wa/wa-automate-nodejs/commit/95c4091723dfec397210bd32e898107b62c7fb8f)
15+
- fix ci build #3247 [`6da20eb`](https://github.com/open-wa/wa-automate-nodejs/commit/6da20eb58de1dad9850d1218375eab6cafb53785)
16+
- ♿️ add source to `preprocessMessage` #3247 [`690e289`](https://github.com/open-wa/wa-automate-nodejs/commit/690e289c4e46c9234e70a8291eb5b962fe8d329e)
17+
- updated types-only package [`49d01ce`](https://github.com/open-wa/wa-automate-nodejs/commit/49d01ce532f87b9710c0efbfc523647c87e0e2d8)
18+
- 🔒️ fix swagger key leak issue #3247 [`a6f3606`](https://github.com/open-wa/wa-automate-nodejs/commit/a6f3606074b8dd03d875b689c18d7eeda5c0e3d0)
19+
- 🔧 update docs config [`8aca294`](https://github.com/open-wa/wa-automate-nodejs/commit/8aca29431f81626fd4b28b1ad07384e5fb5e5c7e)
20+
- updated types-only package [`e7188f1`](https://github.com/open-wa/wa-automate-nodejs/commit/e7188f1febda992fbe02c1375e680d0090f09db2)
21+
- updated release-image [`2f84424`](https://github.com/open-wa/wa-automate-nodejs/commit/2f8442422f1831560a9f054d53aef2babb7b16ff)
22+
23+
## [4.72.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.72.4...4.72.5) - 2024-09-19
24+
25+
### Commits
26+
27+
- Release 4.72.5 [`aa29e96`](https://github.com/open-wa/wa-automate-nodejs/commit/aa29e96cf1f8b48ce634e660ac668cc119bee02e)
1428
- 🚑 fix: first qr code was not rendering in console, fixed. #3245 [`89cd2af`](https://github.com/open-wa/wa-automate-nodejs/commit/89cd2afaca60f99fe02f44ee89f0635b30008723)
1529
- updated types-only package [`0408d36`](https://github.com/open-wa/wa-automate-nodejs/commit/0408d362ee11ff82e77f76aad022fcd9c0b0268e)
1630

docs/docs/reference/api/Client/classes/Client.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,18 +1196,21 @@ Easily get the amount of messages loaded up in the session. This will allow you
11961196

11971197
***
11981198

1199-
### getBatteryLevel()
1199+
### ~~getBatteryLevel()~~
12001200

12011201
> **getBatteryLevel**(): `Promise`\<`number`\>
12021202
1203-
Retrieves Battery Level
1204-
12051203
#### Returns
12061204

12071205
`Promise`\<`number`\>
12081206

12091207
Number
12101208

1209+
#### Deprecated
1210+
1211+
No longer works due to multi-device changes
1212+
Retrieves Battery Level
1213+
12111214
***
12121215

12131216
### getBlockedIds()

docs/docs/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @open-wa/wa-automate v4.72.5
1+
# @open-wa/wa-automate v4.74.0
22

33
## Modules
44

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wa/wa-automate",
3-
"version": "4.73.0",
3+
"version": "4.74.0",
44
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
55
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
66
"patches": "https://cdn.openwa.dev/patches.json",

release.png

61.3 KB
Loading

0 commit comments

Comments
 (0)