Given the following Git diff and the list of changed files (with file types), suggest a single concise and relevant commit message that best summarizes all the changes made.
Use a conventional commit style (e.g., feat:, fix:, chore:, docs:, refactor:).
The message should be no longer than 72 characters.
Just return the commit messages without any additional text or explanation, without any Markdown formatting.
Input:
Git Diff:
[Git Diff]
Changed Files and Types:
[Changed Files and Types]
Instructions:
1. Analyze the diff and the list of changed files/types.
2. Summarize all changes into a single logical commit.
3. Write a concise commit message (max 72 characters) in the conventional commit style