diff --git a/changelog.md b/changelog.md index 2353b9a..c766cd0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 2024-06-24 - 2.1.82 - fix(core) +Minor improvements and optimizations in core TypeScript compiler integration. + +- Updated TypeScript dependency to latest version 5.5.2. +- Enhanced logging in compiler process. +- Improved handling of CLI commands for better flexibility. +- Compiled output directories are now more structured. +- Refactored internal compiler options merge function. + ## 2024-06-24 - 2.1.81 - fix(dependencies) Update dependencies to latest versions diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e6f5349..662c234 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbuild', - version: '2.1.81', + version: '2.1.82', description: 'TypeScript nightly to easily make use of latest features' }