chore(release): 11.2.0 [skip ci]
# [11.2.0](https://github.com/markedjs/marked/compare/v11.1.1...v11.2.0) (2024-01-27) ### Bug Fixes * Fix ENOENT error message in CLI ([#3165](https://github.com/markedjs/marked/issues/3165)) ([bf44ae8](bf44ae85ed
)) ### Features * flatten childToken arrays ([#3172](https://github.com/markedjs/marked/issues/3172)) ([4826841](4826841bd6
))
This commit is contained in:
parent
4826841bd6
commit
f0507cbd83
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "11.1.1",
|
||||
"version": "11.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "11.1.1",
|
||||
"version": "11.2.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.1.1",
|
||||
"version": "11.2.0",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user