chore(release): 9.1.5 [skip ci]
## [9.1.5](https://github.com/markedjs/marked/compare/v9.1.4...v9.1.5) (2023-11-02)
### Bug Fixes
* fix emstrong unicode ([#3070](https://github.com/markedjs/marked/issues/3070)) ([54b6d1c](54b6d1c47d
))
This commit is contained in:
parent
54b6d1c47d
commit
9d9debc806
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "9.1.4",
|
||||
"version": "9.1.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "9.1.4",
|
||||
"version": "9.1.5",
|
||||
"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.4",
|
||||
"version": "9.1.5",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user