Skip to content

Commit b121e04

Browse files
committed
2 parents 42ee084 + 44edb1c commit b121e04

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,23 @@ 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.47.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.47.3...4.47.4)
10+
## [4.47.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.47.4...4.47.5)
11+
12+
### Fixed
13+
14+
- 🐛 fix #2923 [`#2923`](https://github.com/open-wa/wa-automate-nodejs/issues/2923)
15+
16+
### Commits
17+
18+
- 🐛 CLI: `--cors` now on socket server #2923 [`5219692`](https://github.com/open-wa/wa-automate-nodejs/commit/52196922b4446f392f8373fc1050441b257f34b7)
19+
- updated types-only package [`b043722`](https://github.com/open-wa/wa-automate-nodejs/commit/b0437229d6241b76f63676c265f754762596fec5)
20+
21+
## [4.47.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.47.3...4.47.4) - 2022-10-17
1122

1223
### Commits
1324

1425
- ✨ feat: `onCallState` #2905 [`04d78e2`](https://github.com/open-wa/wa-automate-nodejs/commit/04d78e2375576e6d0f0a60b7665598c4b30d4a61)
26+
- Release 4.47.4 [`a772b05`](https://github.com/open-wa/wa-automate-nodejs/commit/a772b051626ae437b145ba3a268a6bdf89c9620d)
1527
- updated types-only package [`733de95`](https://github.com/open-wa/wa-automate-nodejs/commit/733de95c2dbb4f5a1d879e1a1733e3c5c27b099e)
1628
- 🔧 CLI: set `--disable-spins` when `-v` #2915 [`0e7a61d`](https://github.com/open-wa/wa-automate-nodejs/commit/0e7a61d893e2740ac9912fa9788b2f6ce33a780a)
1729

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.47.4",
3+
"version": "4.47.5",
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

588 Bytes
Loading

types-only/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-types-only",
3-
"version": "4.47.4",
3+
"version": "4.47.5",
44
"description": "Types generated from the @open-wa/wa-automate package",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)