Releases · vercel/ncc (original) (raw)
0.44.0
0.43.0
0.43.0 (2026-06-09)
Changes
- BREAKING CHANGE: add Node 24 and 26 support, remove 20 (#1318) (#1305)
- switch npm releases to trusted publishing (OIDC) (#1325) (#1327) (#1328) (#1329) (#1330) (#1331) (#1332)
- switch package management to pnpm (#1321)
- fix predictable global cache directory in /tmp enables symlink/hijack risks (#1314)
- reorder extension resolution to prioritise TypeScript over JSON (#1315)
- support TypeScript 6 transpile builds (#1316)
0.38.4
0.38.3
0.38.3 (2024-11-15)
Bug Fixes
- add missing
--asset-builds to cli help message (#1228) (84f8c52)
0.38.2
0.38.1
0.38.0
0.37.0
0.37.0 (2023-09-06)
Features
- add support for TypeScript 5.0's array extends in tsconfig (#1105) (f898f8e)
0.36.1
0.36.0
0.36.0 (2022-12-05)
Bug Fixes
- gitignore should include release.config.js (#1016) (44e2eac)
- node 18 by update source-map used by Terser to 0.7.4 (#999) (2f69f83)
Features