Browse Source

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
semantic-release-bot 1 month ago
parent
commit
2b47cced19
2 changed files with 3 additions and 3 deletions
  1. 2 2
      package-lock.json
  2. 1 1
      package.json

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "marked",
-  "version": "15.0.12",
+  "version": "16.0.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "marked",
-      "version": "15.0.12",
+      "version": "16.0.0",
       "license": "MIT",
       "bin": {
         "marked": "bin/marked.js"

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "marked",
   "description": "A markdown parser built for speed",
   "author": "Christopher Jeffrey",
-  "version": "15.0.12",
+  "version": "16.0.0",
   "type": "module",
   "main": "./lib/marked.esm.js",
   "module": "./lib/marked.esm.js",