Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Defaults/baileys-version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": [2, 3000, 1036688876]}
{"version":[2,3000,1036691526]}

Copilot AI Apr 5, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version bump is fine, but this edit also changes JSON formatting (removes spaces after : and ,). Since the repo runs Prettier on src/**/*.json via npm run format (see package.json:32), consider keeping this file formatted consistently to avoid recurring diff churn (e.g., run Prettier as part of the update script or preserve the existing spacing style).

Suggested change
{"version":[2,3000,1036691526]}
{ "version": [2, 3000, 1036691526] }

Copilot uses AI. Check for mistakes.
Loading