Skip to content

Commit 54cc1df

Browse files
committed
2 parents a63a969 + 4916cac commit 54cc1df

File tree

7 files changed

+24
-9
lines changed

7 files changed

+24
-9
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,22 @@ 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.66.3](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.0...4.66.3)
10+
## [4.66.4](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.3...4.66.4)
11+
12+
### Commits
13+
14+
- 📝 added Terms of Service [`5ff70d0`](https://github.com/open-wa/wa-automate-nodejs/commit/5ff70d0b7ff57652a77896c9624bd4c5f6ff379e)
15+
- 📝 update links in the readme [`d5a2a1d`](https://github.com/open-wa/wa-automate-nodejs/commit/d5a2a1d202ab5713c8fce66a89830d3c996ac742)
16+
- 🚑 fix: fix logging sybmol issue #3157 [`38bfe78`](https://github.com/open-wa/wa-automate-nodejs/commit/38bfe783148a59496cdfbc7b620ddcfb3b17261a)
17+
- patches update [`1d128f8`](https://github.com/open-wa/wa-automate-nodejs/commit/1d128f81611f47e75d88478f999321e7923664e4)
18+
- updated types-only package [`cdd7512`](https://github.com/open-wa/wa-automate-nodejs/commit/cdd7512a790eabf23fda3b61c3e0c246221e641f)
19+
20+
## [4.66.3](https://github.com/open-wa/wa-automate-nodejs/compare/4.66.0...4.66.3) - 2023-05-20
1121

1222
### Commits
1323

1424
- 💚 fix discord dep issues (revert) #3115 [`ef91e41`](https://github.com/open-wa/wa-automate-nodejs/commit/ef91e4189814fb792564fc639315b1d7b3446872)
25+
- Release 4.66.3 [`1415f74`](https://github.com/open-wa/wa-automate-nodejs/commit/1415f749b51eae0383d78ea43b16e82db0a048f1)
1526
- 🚸 Invariant violation avoidance measures #3121 [`ef2dcff`](https://github.com/open-wa/wa-automate-nodejs/commit/ef2dcffb7769a5ab2e23144e22f2d5f03e939543)
1627
- updated types-only package [`561b5f3`](https://github.com/open-wa/wa-automate-nodejs/commit/561b5f32ec9d6148df9941216e108d427f2b9ade)
1728
- updated types-only package [`172284a`](https://github.com/open-wa/wa-automate-nodejs/commit/172284af8b0185062eb7b3f8aa08cdb038c57ecd)

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.openwa.dev

docs-v3/docs/api/reference

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
---
22
id: "reference"
3-
title: "@open-wa/wa-automate - v4.66.3"
3+
title: "@open-wa/wa-automate - v4.66.4"
44
sidebar_label: "Readme"
55
sidebar_position: 0
66
custom_edit_url: null
77
---
88

9+
> [!WARNING]
10+
> By visiting this page you [explicitly agree to the Terms of Service (read here)](https://github.com/open-wa/wa-automate-nodejs/blob/master/tos.md)
11+
912
<div align="center">
1013
<img src="https://raw.githubusercontent.com/open-wa/wa-automate-nodejs/master/resources/hotfix-logo.png" width="128" height="128"/>
1114

@@ -29,9 +32,9 @@ custom_edit_url: null
2932

3033
<p align="center">
3134
<a href="#functions-list">Key Features</a> •
32-
<a href="https://docs.openwa.dev/pages/Getting%20Started/installation.html">Getting Started</a> •
33-
<a href="https://docs.openwa.dev/pages/Getting%20Started/quick-run.html">Easy API</a> •
34-
<a href="https://docs.openwa.dev/classes/api_Client.Client.html">Documentation</a> •
35+
<a href="https://docs.openwa.dev/docs/get-started/installation">Getting Started</a> •
36+
<a href="https://docs.openwa.dev/docs/get-started/quick-run">Easy API</a> •
37+
<a href="https://docs.openwa.dev/docs/api/classes/api_Client.Client">Documentation</a> •
3538
<a href="https://openwa.page.link/key">Get a License Key</a> •
3639
<a href="#support">Support</a>
3740
</p>

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wa/wa-automate",
3-
"version": "4.66.3",
3+
"version": "4.66.4",
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

-16.3 KB
Loading

types-only/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wa/wa-automate-types-only",
3-
"version": "4.66.3",
3+
"version": "4.66.4",
44
"description": "Types generated from the @open-wa/wa-automate package",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)