Skip to content

Commit

Permalink
chore(release): 15.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.0.0](v14.1.4...v15.0.0) (2024-11-09)

### Bug Fixes

* escape html in renderer ([#3495](#3495)) ([58d66e5](58d66e5))
* Move all regexps to rules ([#3519](#3519)) ([1f88deb](1f88deb))

### BREAKING CHANGES

* escape html in renderers for all tokens.
  • Loading branch information
semantic-release-bot committed Nov 9, 2024
1 parent 1f88deb commit f66914e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f66914e

Please sign in to comment.