Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Oct 24, 2022
2 parents 42ee084 + 44edb1c commit b121e04
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ 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.47.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.47.3...4.47.4)
## [4.47.5](https://github.com/open-wa/wa-automate-nodejs/compare/4.47.4...4.47.5)

### Fixed

- 🐛 fix #2923 [`#2923`](https://github.com/open-wa/wa-automate-nodejs/issues/2923)

### Commits

- 🐛 CLI: `--cors` now on socket server #2923 [`5219692`](https://github.com/open-wa/wa-automate-nodejs/commit/52196922b4446f392f8373fc1050441b257f34b7)
- updated types-only package [`b043722`](https://github.com/open-wa/wa-automate-nodejs/commit/b0437229d6241b76f63676c265f754762596fec5)

## [4.47.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.47.3...4.47.4) - 2022-10-17

### Commits

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

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.47.4",
"version": "4.47.5",
"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.
2 changes: 1 addition & 1 deletion types-only/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-wa/wa-automate-types-only",
"version": "4.47.4",
"version": "4.47.5",
"description": "Types generated from the @open-wa/wa-automate package",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit b121e04

Please sign in to comment.