fix(commitinfo): Update commit information and metadata to synchronize release data
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-05-15 - 2.5.1 - fix(commitinfo)
|
||||||
|
Update commit information and metadata to synchronize release data
|
||||||
|
|
||||||
|
- Regenerated the commitinfo file with current version details
|
||||||
|
- Maintained existing functionality with no functional code changes
|
||||||
|
|
||||||
## 2025-05-15 - 2.5.0 - feat(cli)
|
## 2025-05-15 - 2.5.0 - feat(cli)
|
||||||
Enhance type checking in CLI by adding default file pattern handling
|
Enhance type checking in CLI by adding default file pattern handling
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsbuild',
|
name: '@git.zone/tsbuild',
|
||||||
version: '2.5.0',
|
version: '2.5.1',
|
||||||
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
|
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user