Skip to content

Commit

Permalink
chore(release): 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed Mar 11, 2023
1 parent 3884113 commit 2ad87dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.2.2](https://github.com/simonhaenisch/md-to-pdf/compare/v5.2.1...v5.2.2) (2023-03-11)


### Bug Fixes

* generation of relative pathname in the browser ([90a1aaa](https://github.com/simonhaenisch/md-to-pdf/commit/90a1aaaa94b7598feb4eb66e8502fe6be106e17f)), closes [#150](https://github.com/simonhaenisch/md-to-pdf/issues/150)

### [5.2.1](https://github.com/simonhaenisch/md-to-pdf/compare/v5.2.0...v5.2.1) (2022-12-18)


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": "5.2.1",
"version": "5.2.2",
"description": "CLI tool for converting Markdown files to PDF.",
"keywords": [
"markdown-to-pdf",
Expand Down

0 comments on commit 2ad87dc

Please sign in to comment.