chore(release): 5.0.5 [skip ci]
## [5.0.5](https://github.com/markedjs/marked/compare/v5.0.4...v5.0.5) (2023-06-07)
### Bug Fixes
* Fix more Escape conflicts ([#2838](https://github.com/markedjs/marked/issues/2838)) ([f879a23](f879a23e1b
))
This commit is contained in:
parent
9841b44c77
commit
d08031bfb8
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "5.0.4",
|
||||
"version": "5.0.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "5.0.4",
|
||||
"version": "5.0.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": "5.0.4",
|
||||
"version": "5.0.5",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user