2
0
Эх сурвалжийг харах

chore(release): 15.0.9 [skip ci]

## [15.0.9](https://github.com/markedjs/marked/compare/v15.0.8...v15.0.9) (2025-04-21)

### Bug Fixes

* fix link url with no closing parenthesis ([#3664](https://github.com/markedjs/marked/issues/3664)) ([72b6373](https://github.com/markedjs/marked/commit/72b63739f478bb5c0c503400fc31dc1133e2b4ce))
semantic-release-bot 4 сар өмнө
parent
commit
c37336c241
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  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.8",
+  "version": "15.0.9",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "marked",
-      "version": "15.0.8",
+      "version": "15.0.9",
       "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.8",
+  "version": "15.0.9",
   "type": "module",
   "main": "./lib/marked.cjs",
   "module": "./lib/marked.esm.js",