Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Dec 16, 2020
1 parent 2c7296d commit 3488c67
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [3.2.0](https://github.com/simonhaenisch/md-to-pdf/compare/v3.1.2...v3.2.0) (2020-12-16)


### Features

* add page-media-type option ([8e68e6f](https://github.com/simonhaenisch/md-to-pdf/commit/8e68e6f4926d2eec6ffdaf47f6fa95987ff501ce)), closes [#80](https://github.com/simonhaenisch/md-to-pdf/issues/80)


### Bug Fixes

* readFile encoding ([2c7296d](https://github.com/simonhaenisch/md-to-pdf/commit/2c7296d802eda973f5a67fe66875354291ef8b69))

### [3.1.2](https://github.com/simonhaenisch/md-to-pdf/compare/v3.1.1...v3.1.2) (2020-11-06)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-to-pdf",
"version": "3.1.2",
"version": "3.2.0",
"description": "CLI tool for converting Markdown files to PDF.",
"keywords": [
"markdown-to-pdf",
Expand Down Expand Up @@ -112,6 +112,7 @@
"camelcase": "off",
"capitalized-comments": "off",
"no-promise-executor-return": "off",
"node/no-unsupported-features/es-syntax": "off",
"unicorn/no-fn-reference-in-iterator": "off",
"unicorn/string-content": "off"
}
Expand Down

0 comments on commit 3488c67

Please sign in to comment.