Skip to content

Commit 9f464aa

Browse files
committed
chore(release): 5.2.0
1 parent 2efc5f0 commit 9f464aa

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.2.0](https://github.com/simonhaenisch/md-to-pdf/compare/v5.1.0...v5.2.0) (2022-11-06)
6+
7+
8+
### Features
9+
10+
* allow passing custom extensions to marked ([#127](https://github.com/simonhaenisch/md-to-pdf/issues/127)) ([d790b2b](https://github.com/simonhaenisch/md-to-pdf/commit/d790b2ba9ddaf37f4d915f3877c8cbec2d20540d))
11+
12+
13+
### Bug Fixes
14+
15+
* closeServer rejects when server.close has an error ([7a4a142](https://github.com/simonhaenisch/md-to-pdf/commit/7a4a142813ea543ecae585412383b09b1faaa064))
16+
517
## [5.1.0](https://github.com/simonhaenisch/md-to-pdf/compare/v5.0.2...v5.1.0) (2022-01-28)
618

719

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md-to-pdf",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "CLI tool for converting Markdown files to PDF.",
55
"keywords": [
66
"markdown-to-pdf",

0 commit comments

Comments
 (0)