Przeglądaj źródła

chore(release): 16.1.1 [skip ci]

## [16.1.1](https://github.com/markedjs/marked/compare/v16.1.0...v16.1.1) (2025-07-18)

### Bug Fixes

* fix stong and em tokens in angle brackets ([#3731](https://github.com/markedjs/marked/issues/3731)) ([ad8535c](https://github.com/markedjs/marked/commit/ad8535c3ada13602929f54527d158a37fa16e4ee))
semantic-release-bot 1 miesiąc temu
rodzic
commit
9ba9c02f01
2 zmienionych plików z 3 dodań i 3 usunięć
  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.0",
+  "version": "16.1.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "marked",
-      "version": "16.1.0",
+      "version": "16.1.1",
       "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.0",
+  "version": "16.1.1",
   "type": "module",
   "main": "./lib/marked.esm.js",
   "module": "./lib/marked.esm.js",