chore: update version to 2.3.1 in Dockerfile, package.json, and package-lock.json

This commit is contained in:
Davidson Gomes 2025-06-23 15:41:49 -03:00
parent 977f686233
commit ee9ccb55ca
4 changed files with 2189 additions and 1040 deletions

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
evolution_v2:
image: evoapicloud/evolution-api:v2.3.0
image: evoapicloud/evolution-api:v2.3.1
volumes:
- evolution_instances:/evolution/instances
networks:

View File

@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
RUN apk update && \
apk add --no-cache git ffmpeg wget curl bash openssl dos2unix
LABEL version="2.3.0" description="Api to control whatsapp features through http requests."
LABEL version="2.3.1" description="Api to control whatsapp features through http requests."
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
LABEL contact="contato@evolution-api.com"

3221
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "evolution-api",
"version": "2.3.0",
"version": "2.3.1",
"description": "Rest api for communication with WhatsApp",
"main": "./dist/main.js",
"type": "commonjs",
@ -99,7 +99,7 @@
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"tsup": "^8.3.5",
"swagger-ui-express": "^4.18.3"
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"@types/compression": "^1.7.5",