mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 03:27:22 -06:00
version: 2.2.2
This commit is contained in:
parent
fa19c7fa89
commit
9122dae262
@ -1,9 +1,13 @@
|
|||||||
# 2.2.2 (develop)
|
# 2.2.2 (2025-01-31 06:55)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
* Added prefix key to queue name in RabbitMQ
|
* Added prefix key to queue name in RabbitMQ
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Update Baileys Version
|
||||||
|
|
||||||
# 2.2.1 (2025-01-22 14:37)
|
# 2.2.1 (2025-01-22 14:37)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
|
|||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add git ffmpeg wget curl bash openssl
|
apk add git ffmpeg wget curl bash openssl
|
||||||
|
|
||||||
LABEL version="2.2.1" description="Api to control whatsapp features through http requests."
|
LABEL version="2.2.2" description="Api to control whatsapp features through http requests."
|
||||||
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
|
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
|
||||||
LABEL contact="contato@atendai.com"
|
LABEL contact="contato@atendai.com"
|
||||||
|
|
||||||
|
1000
package-lock.json
generated
1000
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "evolution-api",
|
"name": "evolution-api",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "Rest api for communication with WhatsApp",
|
"description": "Rest api for communication with WhatsApp",
|
||||||
"main": "./dist/main.js",
|
"main": "./dist/main.js",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
Loading…
Reference in New Issue
Block a user