Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Nov 1, 2019
1 parent 3876c59 commit 78cc18e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# 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.

## [0.10.0](https://github.com/docpress/docpress-core/compare/v0.9.1...v0.10.0) (2019-11-01)


### ⚠ BREAKING CHANGES

* drops node 6 support

### Bug Fixes

* drop node 6 ([3876c59](https://github.com/docpress/docpress-core/commit/3876c5942cc961ba1db4446c51f6f623df4f5740))
* update dev deps, and some non dev, and auto fix styles ([2babf3b](https://github.com/docpress/docpress-core/commit/2babf3bbbb0e2b0f4d40a602fa9956a24dc2c683))

<a name="0.9.1"></a>
## [0.9.1](https://github.com/docpress/docpress-core/compare/v0.9.0...v0.9.1) (2019-11-01)

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
Expand Up @@ -2,7 +2,7 @@
"name": "docpress-core",
"description": "Metalsmith plugin to generate Docpress site data from a project. Part of the [Docpress] project.",
"homepage": "https://github.com/docpress/docpress-core#readme",
"version": "0.9.1",
"version": "0.10.0",
"main": "index.js",
"author": {
"email": "rico@ricostacruz.com",
Expand Down

0 comments on commit 78cc18e

Please sign in to comment.