chore(release): 12.0.0 [skip ci]

# [12.0.0](https://github.com/markedjs/marked/compare/v11.2.0...v12.0.0) (2024-02-03)

### Bug Fixes

* update to commonmark specs 0.31 ([#3176](https://github.com/markedjs/marked/issues/3176)) ([3d9017b](3d9017bb8e))

### BREAKING CHANGES

* - Update HTML block tags: add search, remove source
- Update punctuation to include unicode punctuation and symbol categories
- Update HTML comment to include <!--> and <!--->
This commit is contained in:
semantic-release-bot 2024-02-03 16:27:26 +00:00
parent 3d9017bb8e
commit cd15160217
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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