feat: integrate Husky and lint-staged for automated code quality checks; update changelog and README for new features

This commit is contained in:
Davidson Gomes
2025-09-17 14:49:26 -03:00
parent dd931eee36
commit 09ee2e6296
9 changed files with 504 additions and 5 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
* Address Path Traversal vulnerability in /assets endpoint by implementing security checks
* Configure Husky and lint-staged for automated code quality checks on commits and pushes
* Convert mediaKey from media messages to avoid bad decrypt errors
* Improve code formatting for better readability in WhatsApp service files
* Format messageGroupId assignment for improved readability
@@ -18,6 +19,7 @@
* Remove abort process when status is paused, allowing the chatbot return after the time expires and after being paused due to human interaction (stopBotFromMe)
* Enhance message content sanitization in Baileys service and improve message retrieval logic in Chatwoot service
* Integrate Typebot status change events for webhook in chatbot controller and service
* Mimetype of videos video
### Security