Skip to content

Commit

Permalink
chore(release): 4.0.19 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.19](v4.0.18...v4.0.19) (2022-08-21)

### Bug Fixes

* make second parameter optional on lexer.inline ([#2552](#2552)) ([f1a9608](f1a9608))
  • Loading branch information
semantic-release-bot committed Aug 21, 2022
1 parent a8bd390 commit 95f37bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "4.0.18",
"version": "4.0.19",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",
Expand Down

1 comment on commit 95f37bd

@vercel
Copy link

@vercel vercel bot commented on 95f37bd Aug 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.