# tsdown changelog
> tsdown release notes.
- Vendor: tsdown
- Category: Developer Tools
- Official site: http://tsdown.dev/
- Tracked by: What's New (https://whatsnew.fyi/product/tsdown)
- Harvested from: GitHub (rolldown/tsdown)
- Entries below: 10 (newest first)
What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog.
## Releases
### v0.23.0-beta.1
- Date: 2026-07-26
- Version: v0.23.0-beta.1
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.23.0-beta.1
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.23.0-beta.1
- Labels: Pre-release
###### 🚨 Breaking Changes
- Drop support for Node.js 25 - by @sxzz [(26950)](https://github.com/rolldown/tsdown/commit/26950f1)
- Remove deprecated tsup compatibility options - by @sxzz [(50766)](https://github.com/rolldown/tsdown/commit/507661c)
- **deps**:
- Remove deprecated `deps.onlyAllowBundle` - by @sxzz [(30c55)](https://github.com/rolldown/tsdown/commit/30c553d)
- Disable `resolveDepSubpath` by default - by @sxzz [(d300f)](https://github.com/rolldown/tsdown/commit/d300fcc)
- Remove deprecated `skipNodeModulesBundle` - by @sxzz [(f2a3d)](https://github.com/rolldown/tsdown/commit/f2a3d8e)
- **dts**:
- Remove dts.cjsReexport option - by @sxzz [(9c70f)](https://github.com/rolldown/tsdown/commit/9c70fa9)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.14...v0.23.0-beta.1)
### v0.22.14
- Date: 2026-07-23
- Version: v0.22.14
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.14
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.14
###### 🚀 Features
- Add CLI build concurrency option - by @sxzz and **Jeroen Zwartepoorte** [(8a14c)](https://github.com/rolldown/tsdown/commit/8a14c35)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.13...v0.22.14)
### v0.22.13
- Date: 2026-07-21
- Version: v0.22.13
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.13
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.13
###### 🚀 Features
- **deps**: Support `neverBundle: true` to externalize all dependencies - by @sxzz [(d30a7)](https://github.com/rolldown/tsdown/commit/d30a730)
###### 🐞 Bug Fixes
- Prevent tinyexec from modifying PATH - by @sxzz [(d84c5)](https://github.com/rolldown/tsdown/commit/d84c54a)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.12...v0.22.13)
### v0.22.12
- Date: 2026-07-19
- Version: v0.22.12
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.12
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.12
###### 🚨 Breaking Changes
- **exe**: Standardize minimum Node.js version - by @sxzz [(85f23)](https://github.com/rolldown/tsdown/commit/85f23ea)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.11...v0.22.12)
### v0.22.11
- Date: 2026-07-19
- Version: v0.22.11
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.11
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.11
###### 🚀 Features
- **deps**: Add `resolveDepSubpath` option - by @sxzz in https://github.com/rolldown/tsdown/issues/1026 [(346cb)](https://github.com/rolldown/tsdown/commit/346cb00)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.10...v0.22.11)
### v0.22.10
- Date: 2026-07-17
- Version: v0.22.10
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.10
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.10
###### 🚀 Features
- **exe**: Support custom node index and download url - by @anytinz in https://github.com/rolldown/tsdown/issues/1023 [(0d24a)](https://github.com/rolldown/tsdown/commit/0d24a0e)
###### 🐞 Bug Fixes
- **deps**: External `peerDependenciesMeta` deps - by @sxzz [(bad1b)](https://github.com/rolldown/tsdown/commit/bad1b36)
- **exe**: Handle Windows node archives on Linux - by @sxzz [(074e4)](https://github.com/rolldown/tsdown/commit/074e4f7)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.9...v0.22.10)
### v0.22.9
- Date: 2026-07-16
- Version: v0.22.9
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.9
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.9
###### 🚀 Features
- Upgrade rolldown to v1.2 - by @sxzz [(91bb5)](https://github.com/rolldown/tsdown/commit/91bb5d2)
###### 🐞 Bug Fixes
- **deps**: Check dynamic imports in `onlyImport` - by @sxzz in https://github.com/rolldown/tsdown/issues/1019 [(a625a)](https://github.com/rolldown/tsdown/commit/a625a4c)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.8...v0.22.9)
### v0.22.8
- Date: 2026-07-15
- Version: v0.22.8
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.8
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.8
###### 🚀 Features
- **deps**: Add `onlyImport` option - by @sxzz and **Claude Fable 5** [(c5798)](https://github.com/rolldown/tsdown/commit/c579828)
###### 🐞 Bug Fixes
- **config**: Concat plugins arrays when merging config - by @sxzz [(b1c80)](https://github.com/rolldown/tsdown/commit/b1c8014)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.7...v0.22.8)
### v0.22.7
- Date: 2026-07-13
- Version: v0.22.7
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.7
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.7
###### 🚀 Features
- **logger**: Add `suppressWarnings` option to filter warnings - by @sxzz [(dc510)](https://github.com/rolldown/tsdown/commit/dc51011)
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.6...v0.22.7)
### v0.22.6
- Date: 2026-07-13
- Version: v0.22.6
- Original notes: https://github.com/rolldown/tsdown/releases/tag/v0.22.6
- Permalink: https://whatsnew.fyi/product/tsdown/releases/v0.22.6
*No significant changes*
###### [View changes on GitHub](https://github.com/rolldown/tsdown/compare/v0.22.5...v0.22.6)