Procházet zdrojové kódy

chore(release): 16.2.0 [skip ci]

# [16.2.0](https://github.com/markedjs/marked/compare/v16.1.2...v16.2.0) (2025-08-18)

### Features

* add def token in tokens and renderer ([#3745](https://github.com/markedjs/marked/issues/3745)) ([0769124](https://github.com/markedjs/marked/commit/07691248df5e23ce101e9e43a58393fa7d6fb9fa))
semantic-release-bot před 4 dny
rodič
revize
47adf92861
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2 2
      package-lock.json
  2. 1 1
      package.json

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "marked",
-  "version": "16.1.2",
+  "version": "16.2.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "marked",
-      "version": "16.1.2",
+      "version": "16.2.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": "16.1.2",
+  "version": "16.2.0",
   "type": "module",
   "main": "./lib/marked.esm.js",
   "module": "./lib/marked.esm.js",