Skip to content

Commit

Permalink
chore(release): 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhaenisch committed May 31, 2019
1 parent b0ce9b6 commit 2ab10d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Change Log
# Changelog

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.7.1](https://github.com/simonhaenisch/md-to-pdf/compare/v2.7.0...v2.7.1) (2019-05-31)


### Tests

* **circleci:** use `node:8-browser` docker image ([fff5f0f](https://github.com/simonhaenisch/md-to-pdf/commit/fff5f0f))
* don't reuse filenames ([b0ce9b6](https://github.com/simonhaenisch/md-to-pdf/commit/b0ce9b6))
* split execution of lib, api and cli specs ([e6b0ca1](https://github.com/simonhaenisch/md-to-pdf/commit/e6b0ca1))



# [2.7.0](https://github.com/simonhaenisch/md-to-pdf/compare/v2.6.4...v2.7.0) (2019-04-28)


Expand Down
2 changes: 1 addition & 1 deletion 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": "2.7.0",
"version": "2.7.1",
"description": "CLI tool for converting Markdown files to PDF.",
"keywords": [
"markdown-to-pdf",
Expand Down

0 comments on commit 2ab10d9

Please sign in to comment.