chore(release): 15.0.11 [skip ci]

## [15.0.11](https://github.com/markedjs/marked/compare/v15.0.10...v15.0.11) (2025-04-25)

### Bug Fixes

* fix image alt text rendered to match common mark ([#3668](https://github.com/markedjs/marked/issues/3668)) ([2c0e47a](2c0e47a4ce))
This commit is contained in:
semantic-release-bot 2025-04-25 00:46:58 +00:00
parent 2c0e47a4ce
commit ea13bbe1e6
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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