chore(release): 16.0.0 [skip ci]
# [16.0.0](https://github.com/markedjs/marked/compare/v15.0.12...v16.0.0) (2025-06-27)
### Bug Fixes
* remove cjs build & update min node to 20 ([#3687](https://github.com/markedjs/marked/issues/3687)) ([0a35d8f](https://github.com/markedjs/marked/commit/0a35d8f28b264b801dc01f256d578f4edf46d002))
### BREAKING CHANGES
* - minify ./lib/marked.esm.js and ./lib/marked.umd.js
- remove ./marked.min.js use ./lib/marked.umd.js instead
- remove ./lib/marked.cjs
- update minimum supported node version to 20 to support require('marked.esm.js'). see nodejs.org/docs/latest-v20.x/api/modules.html#loading-ecmascript-modules-using-require