Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah committed Mar 28, 2023
2 parents ad23dd3 + 1479e4f commit 58e083a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ 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.61.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.59.1...4.61.0)
## [4.61.1](https://github.com/open-wa/wa-automate-nodejs/compare/4.61.0...4.61.1)

### Commits

- ✨ feat: kill process on ban detection + launch optimizations #3079 [`3d10b17`](https://github.com/open-wa/wa-automate-nodejs/commit/3d10b17394a9abee7ef51295abf799e07a8fc3fc)
- updated types-only package [`51634f4`](https://github.com/open-wa/wa-automate-nodejs/commit/51634f45ec3135569afbc3b0f10e19e519751728)

## [4.61.0](https://github.com/open-wa/wa-automate-nodejs/compare/4.59.1...4.61.0) - 2023-03-26

### Commits

- Release 4.61.0 [`ef166d1`](https://github.com/open-wa/wa-automate-nodejs/commit/ef166d18141481a9f15143a47ad1649c89374d24)
- 🗑️ ALL BUTTONS DEPRECATED TILL FURTHER NOTICE 🤬🤬🤬 [`1d75631`](https://github.com/open-wa/wa-automate-nodejs/commit/1d756310181957f55289f73855ae6b8b062e0e4e)
- ⚡️ optimize `getAllGroups` #3077 [`0347d3c`](https://github.com/open-wa/wa-automate-nodejs/commit/0347d3c7e456c7802388695941af15e1be0552f1)
- updated types-only package [`cdd7a3e`](https://github.com/open-wa/wa-automate-nodejs/commit/cdd7a3ea111c42611f6bbb6ef4db951c592c4ae2)
Expand Down
2 changes: 1 addition & 1 deletion docs-v3/docs/api/reference
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: "reference"
title: "@open-wa/wa-automate - v4.61.0"
title: "@open-wa/wa-automate - v4.61.1"
sidebar_label: "Readme"
sidebar_position: 0
custom_edit_url: null
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.61.0",
"version": "4.61.1",
"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.61.0",
"version": "4.61.1",
"description": "Types generated from the @open-wa/wa-automate package",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 58e083a

Please sign in to comment.