Skip to content

Commit 4ce706e

Browse files
committed
chore(release): 5.0.0
1 parent 42b05ab commit 4ce706e

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.0.0](https://github.com/simonhaenisch/md-to-pdf/compare/v4.1.0...v5.0.0) (2021-09-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* If you previously used JS in front-matter, you'll now have to set `--gray-matter-options 'null'` (or `gray_matter_options: undefined`) to overwrite the new default options that disable the JS engine.
11+
12+
### Bug Fixes
13+
14+
* disable JS engine for front-matter by default to prevent RCE ([a716259](https://github.com/simonhaenisch/md-to-pdf/commit/a716259c548c82fa1d3b14a3422e9100619d2d8a)), closes [#99](https://github.com/simonhaenisch/md-to-pdf/issues/99)
15+
516
## [4.1.0](https://github.com/simonhaenisch/md-to-pdf/compare/v4.0.1...v4.1.0) (2021-09-23)
617

718

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": "4.1.0",
3+
"version": "5.0.0",
44
"description": "CLI tool for converting Markdown files to PDF.",
55
"keywords": [
66
"markdown-to-pdf",

0 commit comments

Comments
 (0)