Skip to content

Commit

Permalink
chore(release): 5.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.4](v5.0.3...v5.0.4) (2023-05-30)

### Bug Fixes

* Add Unicode punctuations ([#2811](#2811)) ([b213f02](b213f02))
* fix hr after list ([#2809](#2809)) ([efc40df](efc40df))
* Replace custom `repeatString` function with `repeat()` ([#2820](#2820)) ([72ee2d6](72ee2d6))
  • Loading branch information
semantic-release-bot committed May 30, 2023
1 parent be8f563 commit 5adcd53
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
Expand Up @@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "5.0.3",
"version": "5.0.4",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",
Expand Down

1 comment on commit 5adcd53

@vercel
Copy link

@vercel vercel bot commented on 5adcd53 May 30, 2023

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.