Skip to content

Commit

Permalink
chore(release): 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Nov 6, 2018
1 parent e4920d6 commit bdfa0c6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
29 changes: 26 additions & 3 deletions CHANGELOG.md
@@ -1,3 +1,29 @@
# Change Log

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.

<a name="0.7.2"></a>
## [0.7.2](https://github.com/docpress/docpress/compare/v0.6.13...v0.7.2) (2018-11-06)


### Bug Fixes

* typo in package.json ([e4920d6](https://github.com/docpress/docpress/commit/e4920d6))
* update core dep, resolves [#231](https://github.com/docpress/docpress/issues/231) ([9e5d7ac](https://github.com/docpress/docpress/commit/9e5d7ac))
* update mocha to resolve a vulnerability in dev only ([0777f04](https://github.com/docpress/docpress/commit/0777f04))



<a name="0.7.1"></a>
## 0.7.1 (2016-11-01)



<a name="0.7.0"></a>
# 0.7.0 (2016-10-01)



<a name="0.7.1"></a>
## 0.7.1 (2016-11-01)

Expand Down Expand Up @@ -333,6 +359,3 @@
* Update readme ([e44bdef](https://github.com/docpress/docpress/commit/e44bdef))
* Update readme ([e3ccee7](https://github.com/docpress/docpress/commit/e3ccee7))
* Update readme ([f44312b](https://github.com/docpress/docpress/commit/f44312b))



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
Expand Up @@ -2,7 +2,7 @@
"name": "docpress",
"description": "Documentation website generator",
"homepage": "https://github.com/docpress/docpress#readme",
"version": "0.7.1",
"version": "0.7.2",
"main": "index.js",
"bin": {
"docpress": "bin/docpress"
Expand Down

0 comments on commit bdfa0c6

Please sign in to comment.