chore(release): 4.0.16 [skip ci]

## [4.0.16](https://github.com/markedjs/marked/compare/v4.0.15...v4.0.16) (2022-05-17)

### Bug Fixes

* fix ref links inside table ([#2471](https://github.com/markedjs/marked/issues/2471)) ([81daa2a](81daa2ae47))
This commit is contained in:
semantic-release-bot 2022-05-17 13:32:41 +00:00
parent 9cb0a85475
commit 2002557d00
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "marked",
"version": "4.0.15",
"version": "4.0.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "4.0.15",
"version": "4.0.16",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"

View File

@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "4.0.15",
"version": "4.0.16",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",