chore(release): 1.0.6

This commit is contained in:
Tom MacWright
2017-05-11 11:09:24 -04:00
parent f5c5f86b24
commit e23696fe2c
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# 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="1.0.6"></a>
## [1.0.6](https://github.com/tmcw/docbox/compare/v1.0.5...v1.0.6) (2017-05-11)
### Bug Fixes
* **package:** update eslint-plugin-react to version 7.0.0 ([5657bb2](https://github.com/tmcw/docbox/commit/5657bb2))
* **readme:** Correct demo location ([f118de4](https://github.com/tmcw/docbox/commit/f118de4)), closes [#25](https://github.com/tmcw/docbox/issues/25)
<a name="1.0.5"></a>
## [1.0.5](https://github.com/tmcw/docbox/compare/v1.0.4...v1.0.5) (2017-03-18)

View File

@ -1,6 +1,6 @@
{
"name": "docbox",
"version": "1.0.5",
"version": "1.0.6",
"description": "an api documentation website",
"main": "index.js",
"scripts": {