From c087bad515f8fba19f77bc09b33c0e6ebe12633e Mon Sep 17 00:00:00 2001 From: simonhaenisch Date: Fri, 30 Aug 2019 17:26:07 +0100 Subject: [PATCH] chore(release): 2.8.0 --- changelog.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 1a7299a..32ae0c3 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. +## [2.8.0](https://github.com/simonhaenisch/md-to-pdf/compare/v2.7.1...v2.8.0) (2019-08-30) + + +### Features + +* allow to extend renderer ([4611688](https://github.com/simonhaenisch/md-to-pdf/commit/4611688)), closes [#46](https://github.com/simonhaenisch/md-to-pdf/issues/46) + ### [2.7.1](https://github.com/simonhaenisch/md-to-pdf/compare/v2.7.0...v2.7.1) (2019-05-31) diff --git a/package-lock.json b/package-lock.json index 2ddf05b..2cb6b09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "md-to-pdf", - "version": "2.7.1", + "version": "2.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d15524..095437f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "md-to-pdf", - "version": "2.7.1", + "version": "2.8.0", "description": "CLI tool for converting Markdown files to PDF.", "keywords": [ "markdown-to-pdf",