Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Sep 24, 2021
1 parent 42b05ab commit 4ce706e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.

## [5.0.0](https://github.com/simonhaenisch/md-to-pdf/compare/v4.1.0...v5.0.0) (2021-09-24)


### ⚠ BREAKING CHANGES

* 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.

### Bug Fixes

* 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)

## [4.1.0](https://github.com/simonhaenisch/md-to-pdf/compare/v4.0.1...v4.1.0) (2021-09-23)


Expand Down
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md-to-pdf",
"version": "4.1.0",
"version": "5.0.0",
"description": "CLI tool for converting Markdown files to PDF.",
"keywords": [
"markdown-to-pdf",
Expand Down

0 comments on commit 4ce706e

Please sign in to comment.