chore(release): 15.0.0 [skip ci]

# [15.0.0](https://github.com/markedjs/marked/compare/v14.1.4...v15.0.0) (2024-11-09)

### Bug Fixes

* escape html in renderer ([#3495](https://github.com/markedjs/marked/issues/3495)) ([58d66e5](58d66e59d1))
* Move all regexps to rules ([#3519](https://github.com/markedjs/marked/issues/3519)) ([1f88deb](1f88deb58a))

### BREAKING CHANGES

* escape html in renderers for all tokens.
This commit is contained in:
semantic-release-bot 2024-11-09 03:02:02 +00:00
parent 1f88deb58a
commit f66914efbd
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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