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:
parent
3d9017bb8e
commit
cd15160217
4
package-lock.json
generated
4
package-lock.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user