File tree 7 files changed +24
-9
lines changed
7 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
9
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
11
21
12
22
### Commits
13
23
14
24
- 💚 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)
15
26
- 🚸 Invariant violation avoidance measures #3121 [`ef2dcff`](https://github.com/open-wa/wa-automate-nodejs/commit/ef2dcffb7769a5ab2e23144e22f2d5f03e939543)
16
27
- updated types-only package [`561b5f3`](https://github.com/open-wa/wa-automate-nodejs/commit/561b5f32ec9d6148df9941216e108d427f2b9ade)
17
28
- updated types-only package [`172284a`](https://github.com/open-wa/wa-automate-nodejs/commit/172284af8b0185062eb7b3f8aa08cdb038c57ecd)
Original file line number Diff line number Diff line change
1
+ docs.openwa.dev
Original file line number Diff line number Diff line change 1
1
---
2
2
id: "reference"
3
- title: "@open-wa/wa-automate - v4.66.3 "
3
+ title: "@open-wa/wa-automate - v4.66.4 "
4
4
sidebar_label: "Readme"
5
5
sidebar_position: 0
6
6
custom_edit_url: null
7
7
---
8
8
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
+
9
12
<div align="center">
10
13
<img src="https://raw.githubusercontent.com/open-wa/wa-automate-nodejs/master/resources/hotfix-logo.png" width="128" height="128"/>
11
14
@@ -29,9 +32,9 @@ custom_edit_url: null
29
32
30
33
<p align="center">
31
34
<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> •
35
38
<a href="https://openwa.page.link/key">Get a License Key</a> •
36
39
<a href="#support">Support</a>
37
40
</p>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @open-wa/wa-automate" ,
3
- "version" : " 4.66.3 " ,
3
+ "version" : " 4.66.4 " ,
4
4
"licenseCheckUrl" : " https://funcs.openwa.dev/license-check" ,
5
5
"brokenMethodReportUrl" : " https://funcs.openwa.dev/report-bm" ,
6
6
"patches" : " https://cdn.openwa.dev/patches.json" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @open-wa/wa-automate-types-only" ,
3
- "version" : " 4.66.3 " ,
3
+ "version" : " 4.66.4 " ,
4
4
"description" : " Types generated from the @open-wa/wa-automate package" ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
You can’t perform that action at this time.
0 commit comments