Skip to content

Commit ae02ec5

Browse files
committed
2 parents d74b8bc + f07ff81 commit ae02ec5

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +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.50.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.49.2...4.50.0)
10+
## [4.50.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.50.0...4.50.1)
11+
12+
### Commits
13+
14+
- ♻️ `sendFile`, `sendFileFromUrl` now just fwd to `sendImage` #2675 [`6df2757`](https://github.com/open-wa/wa-automate-nodejs/commit/6df275774a189eb3a1392e6fc647d61ce6e989ac)
15+
16+
## [4.50.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.49.2...4.50.0) - 2022-11-15
1117

1218
### Commits
1319

1420
- 📝 documentation improvements [`27ef2cc`](https://github.com/open-wa/wa-automate-nodejs/commit/27ef2ccd020ca55fa693bfd8db3c0d5420e3d58d)
1521
- ⚡️ improved media sending process #2675 [`c5c4e0d`](https://github.com/open-wa/wa-automate-nodejs/commit/c5c4e0d4bb6ffdd656028f0e4710e89a133fe9bc)
1622
- ✨ chatwoot integration now replicates host outgoing msgs in cw #2934 [`b071bdd`](https://github.com/open-wa/wa-automate-nodejs/commit/b071bdd444e219f4dd5fdcb17b1a60317b5dafae)
23+
- Release 4.50.0 [`74309c5`](https://github.com/open-wa/wa-automate-nodejs/commit/74309c514893e0d644d9b8d46a6318623a1b24ec)
1724
- 📝 update `message.self` documentation [`2fb2829`](https://github.com/open-wa/wa-automate-nodejs/commit/2fb2829f543fc3db9ecdddad257b466cc8002f87)
1825

1926
## [4.49.2](https://github.com/open-wa/wa-automate-nodejs/compare/4.49.1...4.49.2) - 2022-11-14

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.50.0",
3+
"version": "4.50.1",
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

-32.9 KB
Loading

0 commit comments

Comments
 (0)