From b809b86d0e55593e438fdf0fe48570b8cae90f81 Mon Sep 17 00:00:00 2001 From: simonhaenisch Date: Tue, 4 Apr 2023 20:10:23 +0200 Subject: [PATCH] chore(release): 5.2.4 --- changelog.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index d6c8d24..f18be68 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. +### [5.2.4](https://github.com/simonhaenisch/md-to-pdf/compare/v5.2.3...v5.2.4) (2023-04-04) + + +### Bug Fixes + +* do not emit process title to stdout ([#179](https://github.com/simonhaenisch/md-to-pdf/issues/179)) ([de05e99](https://github.com/simonhaenisch/md-to-pdf/commit/de05e996a7dd4a5636c2736471f0fc60cd52cca6)) + ### [5.2.3](https://github.com/simonhaenisch/md-to-pdf/compare/v5.2.2...v5.2.3) (2023-03-11) diff --git a/package-lock.json b/package-lock.json index 901beb1..65b6fc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "md-to-pdf", - "version": "5.2.3", + "version": "5.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "md-to-pdf", - "version": "5.2.3", + "version": "5.2.4", "license": "MIT", "dependencies": { "arg": "^5.0.2", diff --git a/package.json b/package.json index d0b86a5..784b089 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-to-pdf", - "version": "5.2.3", + "version": "5.2.4", "description": "CLI tool for converting Markdown files to PDF.", "keywords": [ "markdown-to-pdf",