From 9f464aa32c349200d4f9dcf1bffa23dcf9b0f492 Mon Sep 17 00:00:00 2001 From: simonhaenisch Date: Sun, 6 Nov 2022 22:07:10 +0100 Subject: [PATCH] chore(release): 5.2.0 --- changelog.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 2d22ebe..9b94eda 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,18 @@ 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.0](https://github.com/simonhaenisch/md-to-pdf/compare/v5.1.0...v5.2.0) (2022-11-06) + + +### Features + +* allow passing custom extensions to marked ([#127](https://github.com/simonhaenisch/md-to-pdf/issues/127)) ([d790b2b](https://github.com/simonhaenisch/md-to-pdf/commit/d790b2ba9ddaf37f4d915f3877c8cbec2d20540d)) + + +### Bug Fixes + +* closeServer rejects when server.close has an error ([7a4a142](https://github.com/simonhaenisch/md-to-pdf/commit/7a4a142813ea543ecae585412383b09b1faaa064)) + ## [5.1.0](https://github.com/simonhaenisch/md-to-pdf/compare/v5.0.2...v5.1.0) (2022-01-28) diff --git a/package-lock.json b/package-lock.json index f6cc326..de078e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "md-to-pdf", - "version": "5.1.0", + "version": "5.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "md-to-pdf", - "version": "5.1.0", + "version": "5.2.0", "license": "MIT", "dependencies": { "arg": "^5.0.2", diff --git a/package.json b/package.json index 1ed7724..7437cc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-to-pdf", - "version": "5.1.0", + "version": "5.2.0", "description": "CLI tool for converting Markdown files to PDF.", "keywords": [ "markdown-to-pdf",