Skip to content

Commit

Permalink
Release 4.71.15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 20, 2024
1 parent dbad25d commit d34a805
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 31 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@ 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.14](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.13...4.71.14)
## [4.71.15](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.14...4.71.15)

### Fixed

- 🚑 atttempt auth freezing fix #3231 [`#3231`](https://github.com/open-wa/wa-automate-nodejs/issues/3231)

### Commits

- 📝 docs update [`e8d7640`](https://github.com/open-wa/wa-automate-nodejs/commit/e8d76408910507d676ad7b6031c866d7173960d1)
- updated types-only package [`bad14c3`](https://github.com/open-wa/wa-automate-nodejs/commit/bad14c3aac1e9b2f6412ebe8321b45a570383ab9)

## [4.71.14](https://github.com/open-wa/wa-automate-nodejs/compare/4.71.13...4.71.14) - 2024-06-26

### Commits

- Release 4.71.14 [`e092bbf`](https://github.com/open-wa/wa-automate-nodejs/commit/e092bbf650fc61a57487d9b621ffa7b1f4498578)
- 🐛 fix `sendMp4AsSticker` #3216 [`e059f60`](https://github.com/open-wa/wa-automate-nodejs/commit/e059f6026574279d701415624a8d834d33e338af)
- updated types-only package [`31fe831`](https://github.com/open-wa/wa-automate-nodejs/commit/31fe83140f9c8a86dce109c4181debe5a66fbcf0)

Expand Down
2 changes: 1 addition & 1 deletion bin/oas-type-schemas.json

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions docs/docs/api/api/Client/classes/Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -3212,15 +3212,11 @@ boolean

### refresh()

> **refresh**(`skipFreshPage`?): `Promise`\<`boolean`\>
> **refresh**(): `Promise`\<`boolean`\>
Refreshes the page and reinjects all necessary files. This may be useful for when trying to save memory
This will attempt to re register all listeners EXCEPT onLiveLocation and onParticipantChanged

#### Parameters

**skipFreshPage?**: `boolean`

#### Returns

`Promise`\<`boolean`\>
Expand Down

This file was deleted.

7 changes: 0 additions & 7 deletions docs/docs/api/controllers/data_dir_watcher/index.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/docs/api/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @open-wa/wa-automate v4.71.14
# @open-wa/wa-automate v4.71.15

## Modules

Expand All @@ -21,7 +21,6 @@
- [api/model/product](/api/api/model/product/index.md)
- [api/model/reactions](/api/api/model/reactions/index.md)
- [api/model/sessionInfo](/api/api/model/sessionInfo/index.md)
- [controllers/data\_dir\_watcher](/api/controllers/data_dir_watcher/index.md)
- [controllers/events](/api/controllers/events/index.md)
- [controllers/init\_patch](/api/controllers/init_patch/index.md)
- [controllers/initializer](/api/controllers/initializer/index.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/typedoc-sidebar.cjs

Large diffs are not rendered by default.

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.71.14",
"version": "4.71.15",
"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 d34a805

Please sign in to comment.