diff --git a/CHANGELOG.md b/CHANGELOG.md index aac4808..532e0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. + +## [1.0.7](https://github.com/tmcw/docbox/compare/v1.0.6...v1.0.7) (2017-08-01) + + +### Bug Fixes + +* **package:** update eslint to version 4.1.0 ([e2838e6](https://github.com/tmcw/docbox/commit/e2838e6)) +* **package:** update remark to version 8.0.0 ([f19be9c](https://github.com/tmcw/docbox/commit/f19be9c)) + + + ## [1.0.6](https://github.com/tmcw/docbox/compare/v1.0.5...v1.0.6) (2017-05-11) diff --git a/package.json b/package.json index 438eba0..8166c83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docbox", - "version": "1.0.6", + "version": "1.0.7", "description": "an api documentation website", "main": "index.js", "scripts": {