Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
4081086621 | |||
b9cf09ccba | |||
8463fbc78a | |||
0164eb51a1 |
13
changelog.md
13
changelog.md
@@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-21 - 2.6.3 - fix(tsbuild)
|
||||
minor maintenance updates and documentation improvements
|
||||
|
||||
- Updated commit metadata to align with project version
|
||||
- Refined CLI command parsing and diagnostics logging for better clarity
|
||||
- Improved code readability in compiler options merging
|
||||
|
||||
## 2025-05-21 - 2.6.2 - fix(npm configuration)
|
||||
Remove .npmrc file to default npm registry behavior
|
||||
|
||||
- Deleted .npmrc file that hard-coded the npm registry URL to https://registry.npmjs.org/
|
||||
- This change leverages npm's default registry settings and reduces configuration clutter
|
||||
|
||||
## 2025-05-21 - 2.6.1 - fix(tsbuild.classes)
|
||||
Improve error diagnostics handling by removing legacy helper and integrating more robust error summaries in the compilation process
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsbuild",
|
||||
"version": "2.6.1",
|
||||
"version": "2.6.3",
|
||||
"private": false,
|
||||
"description": "A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsbuild',
|
||||
version: '2.6.1',
|
||||
version: '2.6.3',
|
||||
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