Skip to content

Commit

Permalink
chore(release): 4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.3.0](v4.2.12...v4.3.0) (2023-03-22)

### Bug Fixes

* always return promise if async ([#2728](#2728)) ([042dcc5](042dcc5))
* fenced code doesn't need a trailing newline ([#2756](#2756)) ([3acbb7f](3acbb7f))

### Features

* add preprocess and postprocess hooks ([#2730](#2730)) ([9b452bc](9b452bc))
  • Loading branch information
semantic-release-bot committed Mar 22, 2023
1 parent 28f4342 commit d65cf63
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": "4.2.12",
"version": "4.3.0",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",
Expand Down

1 comment on commit d65cf63

@vercel
Copy link

@vercel vercel bot commented on d65cf63 Mar 22, 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.