版本发布 8
## [4.22.1](https://github.com/privatenumber/tsx/compare/v4.22.0...v4.22.1) (2026-05-17) ### Bug Fixes * resolve tsconfig path aliases containing a colon ([#780](https://github.com/privatenumber/tsx/issues/780)) ([6979f28](https://github.com/privatenumber/tsx/commit/6979f28810829dc79ec9baf406e162a18b65ab4b)) --- This release is also available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.22.1)
## [4.20.6](https://github.com/privatenumber/tsx/compare/v4.20.5...v4.20.6) (2025-09-26) ### Bug Fixes * properly hide relaySignal from process.listeners() ([#741](https://github.com/privatenumber/tsx/issues/741)) ([710a424](https://github.com/privatenumber/tsx/commit/710a42473ebfdff362818bed4fd1f5c7a27837e2))
## [4.20.3](https://github.com/privatenumber/tsx/compare/v4.20.2...v4.20.3) (2025-06-13) ### Bug Fixes * revert v4.20 changes ([dadcf27](https://github.com/privatenumber/tsx/commit/dadcf27b2e1721bd98e4e02d926180f060a5f48a))
## [4.20.1](https://github.com/privatenumber/tsx/compare/v4.20.0...v4.20.1) (2025-06-11) ### Bug Fixes * **json:** handle keys with special characters ([9bd2546](https://github.com/privatenumber/tsx/commit/9bd25469c26db2b93e1e8500fb28d04352e1ef70))
## [4.19.4](https://github.com/privatenumber/tsx/compare/v4.19.3...v4.19.4) (2025-04-29) ### Bug Fixes * support for Node's --jitless flag ([#716](https://github.com/privatenumber/tsx/issues/716)) ([3c34caa](https://github.com/privatenumber/tsx/commit/3c34caa1a16773d5b4ff53dd367d6012e93feaec))
## [4.19.3](https://github.com/privatenumber/tsx/compare/v4.19.2...v4.19.3) (2025-02-19) ### Bug Fixes * upgrade `esbuild` to `~0.25.0` to address vuln report ([#698](https://github.com/privatenumber/tsx/issues/698)) ([e04e6c6](https://github.com/privatenumber/tsx/commit/e04e6c6ccb56f74db5036c358d6c6b24bebe6319))
## [4.19.2](https://github.com/privatenumber/tsx/compare/v4.19.1...v4.19.2) (2024-10-26) ### Bug Fixes * generate sourcesContent when Node.js debugger is enabled ([#670](https://github.com/privatenumber/tsx/issues/670)) ([7c47074](https://github.com/privatenumber/tsx/commit/7c47074652790e8225bb9c0d3123fc92e75d3695))
## [4.19.1](https://github.com/privatenumber/tsx/compare/v4.19.0...v4.19.1) (2024-09-12) ### Bug Fixes * **cjs:** patch `module.path` for accurate cache ID ([0329bfc](https://github.com/privatenumber/tsx/commit/0329bfc731346d6c8b6055c7f2882e5c3155a7ec)), closes [privatenumber/tsx#651](https://github.com/privatenumber/tsx/issues/651) * **cjs:** resolve ts extensions from js when namespaced ([44ed37f](https://github.com/privatenumber/tsx/commit/44ed37f19fa576d57aec6a17cdcd43aa17a98fb4))