diff --git a/changelog.md b/changelog.md index f8a7f68..6bbd5d8 100644 --- a/changelog.md +++ b/changelog.md @@ -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. +## [4.1.0](https://github.com/simonhaenisch/md-to-pdf/compare/v4.0.1...v4.1.0) (2021-09-23) + + +### Features + +* add the option to set the document title ([#100](https://github.com/simonhaenisch/md-to-pdf/issues/100)) ([519fbc9](https://github.com/simonhaenisch/md-to-pdf/commit/519fbc98d6b472c368a4a379357aa3547f2b2dae)) + ### [4.0.1](https://github.com/simonhaenisch/md-to-pdf/compare/v4.0.0...v4.0.1) (2021-08-30) diff --git a/package-lock.json b/package-lock.json index eaa8d49..e09ccca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "md-to-pdf", - "version": "4.0.1", + "version": "4.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.0.1", + "version": "4.1.0", "license": "MIT", "dependencies": { "arg": "5.0.0", diff --git a/package.json b/package.json index df0eca7..3311ecf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-to-pdf", - "version": "4.0.1", + "version": "4.1.0", "description": "CLI tool for converting Markdown files to PDF.", "keywords": [ "markdown-to-pdf",