Skip to content

Commit 22e89f1

Browse files
Release 4.74.2
1 parent c8e45b6 commit 22e89f1

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ 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.74.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.74.0...4.74.1)
10+
## [4.74.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.74.1...4.74.2)
11+
12+
### Commits
13+
14+
- 🚑 fix missing isGroup #3253 [`c8e45b6`](https://github.com/open-wa/wa-automate-nodejs/commit/c8e45b6a94754406c67e8ec191dc882f382d6317)
15+
- updated types-only package [`ec082b2`](https://github.com/open-wa/wa-automate-nodejs/commit/ec082b2133a8f0ab39ec0ed516e7e81e766ed2dc)
16+
17+
## [4.74.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.74.0...4.74.1) - 2024-11-18
1118

1219
### Commits
1320

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

bin/oas-type-schemas.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/docs/reference/api/model/chat/interfaces/GroupChat.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ Group metadata for this chat
9494

9595
***
9696

97+
### groupType
98+
99+
> **groupType**: `"COMMUNITY"` \| `"DEFAULT"` \| `"LINKED_ANNOUNCEMENT_GROUP"` \| `"LINKED_GENERAL_GROUP"` \| `"LINKED_SUBGROUP"`
100+
101+
The type of the group
102+
103+
***
104+
97105
### id
98106

99107
> **id**: [`GroupChatId`](/reference/api/model/aliases/type-aliases/GroupChatId.md)

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.74.1
1+
# @open-wa/wa-automate v4.74.2
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.74.1",
3+
"version": "4.74.2",
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

-19.3 KB
Loading

0 commit comments

Comments
 (0)