chore(release): 15.0.12 [skip ci]

## [15.0.12](https://github.com/markedjs/marked/compare/v15.0.11...v15.0.12) (2025-05-20)

### Bug Fixes

* use esbuild for accurate sourcemaps ([#3670](https://github.com/markedjs/marked/issues/3670)) ([7a6b2d7](7a6b2d7191))
This commit is contained in:
semantic-release-bot 2025-05-20 05:03:06 +00:00
parent 7a6b2d7191
commit b4eb83bbb4
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.11",
"version": "15.0.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "15.0.11",
"version": "15.0.12",
"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.11",
"version": "15.0.12",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",