Please include a short summary of the update made along with the context.
- Self-review of the code is performed.
- Code has been fully tested and completely functional.
- break: Resolved a breaking change. This will increment the major version.
- feat: A new feature or enhancement added to the codebase. This will increment the minor version.
- fix: A bug fix or correction to resolve an issue. This will increment the patch version.
- chore: Other changes not directly affecting the code (e.g., documentation update). No version increment.