Skip to content

Commit b0219e5

Browse files
committed
Update version to 2.2.1, enhance database migration, and update dependencies
- Updated version labels in Dockerfile and package-lock.json to 2.2.1. - Added a new column `wavoipToken` to the `Setting` table in the PostgreSQL migration. - Implemented a cleanup step to remove duplicate records in the `Chat` table before creating a unique index. - Upgraded various package dependencies to their latest versions for improved functionality and security.
1 parent d7b4965 commit b0219e5

File tree

3 files changed

+423
-457
lines changed

3 files changed

+423
-457
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20-alpine AS builder
33
RUN apk update && \
44
apk add git ffmpeg wget curl bash openssl
55

6-
LABEL version="2.2.0" description="Api to control whatsapp features through http requests."
6+
LABEL version="2.2.1" description="Api to control whatsapp features through http requests."
77
LABEL maintainer="Davidson Gomes" git="https://github.com/DavidsonGomes"
88
LABEL contact="[email protected]"
99

0 commit comments

Comments
 (0)