chore(release): 9.1.2 [skip ci]
## [9.1.2](https://github.com/markedjs/marked/compare/v9.1.1...v9.1.2) (2023-10-13)
### Bug Fixes
* trim newline from blockquote token.text ([#3037](https://github.com/markedjs/marked/issues/3037)) ([92033e5](92033e57c8
))
This commit is contained in:
parent
92033e57c8
commit
32e11bd9fe
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "9.1.1",
|
||||
"version": "9.1.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "9.1.1",
|
||||
"version": "9.1.2",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"marked": "bin/marked.js"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "9.1.1",
|
||||
"version": "9.1.2",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user