Skip to content

Commit

Permalink
Release 4.74.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 21, 2024
1 parent c8e45b6 commit 22e89f1
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +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.74.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.74.0...4.74.1)
## [4.74.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.74.1...4.74.2)

### Commits

- 🚑 fix missing isGroup #3253 [`c8e45b6`](https://github.com/open-wa/wa-automate-nodejs/commit/c8e45b6a94754406c67e8ec191dc882f382d6317)
- updated types-only package [`ec082b2`](https://github.com/open-wa/wa-automate-nodejs/commit/ec082b2133a8f0ab39ec0ed516e7e81e766ed2dc)

## [4.74.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.74.0...4.74.1) - 2024-11-18

### Commits

- 📝 update intro docs [`6e95e9d`](https://github.com/open-wa/wa-automate-nodejs/commit/6e95e9d875029b924e3f14b72bac7d4ab93f1405)
- ✨ added pm2 exit code feat #3252 [`0c60264`](https://github.com/open-wa/wa-automate-nodejs/commit/0c602647fee89424ad9297d1586d8ead9c38b4ea)
- Release 4.74.1 [`9a70d3d`](https://github.com/open-wa/wa-automate-nodejs/commit/9a70d3df6552e2e918408b197a54d6557cb13578)
- update docs button [`e0ac00f`](https://github.com/open-wa/wa-automate-nodejs/commit/e0ac00f2b67bc192741f00b431e0d6fffa4a2095)
- updated types-only package [`7d2be30`](https://github.com/open-wa/wa-automate-nodejs/commit/7d2be30d23198851729f5b5c300ff3315d0baf9b)

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

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/docs/reference/api/model/chat/interfaces/GroupChat.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ Group metadata for this chat

***

### groupType

> **groupType**: `"COMMUNITY"` \| `"DEFAULT"` \| `"LINKED_ANNOUNCEMENT_GROUP"` \| `"LINKED_GENERAL_GROUP"` \| `"LINKED_SUBGROUP"`
The type of the group

***

### id

> **id**: [`GroupChatId`](/reference/api/model/aliases/type-aliases/GroupChatId.md)
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.74.1
# @open-wa/wa-automate v4.74.2

## 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.74.1",
"version": "4.74.2",
"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 22e89f1

Please sign in to comment.