chore(release): 5.1.0 [skip ci]
# [5.1.0](https://github.com/markedjs/marked/compare/v5.0.5...v5.1.0) (2023-06-10) ### Bug Fixes * Simplify unicode punctuation ([#2841](https://github.com/markedjs/marked/issues/2841)) ([f19fe76](f19fe76db9
)) ### Features * add Marked instance ([#2831](https://github.com/markedjs/marked/issues/2831)) ([353e13b](353e13b479
))
This commit is contained in:
parent
3bae6c75ee
commit
a26f002d18
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "5.0.5",
|
||||
"version": "5.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "5.0.5",
|
||||
"version": "5.1.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": "5.0.5",
|
||||
"version": "5.1.0",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user