From 7a7a39df3975b92a8cb9a374ee0880997490a706 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 20 Sep 2017 16:42:43 -0700 Subject: [PATCH] chore(release): 1.0.8 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 532e0b4..a4879c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.8](https://github.com/tmcw/docbox/compare/v1.0.7...v1.0.8) (2017-09-20) + + +### Bug Fixes + +* **package:** update babel-eslint to version 8.0.0 ([e351f42](https://github.com/tmcw/docbox/commit/e351f42)) + + + ## [1.0.7](https://github.com/tmcw/docbox/compare/v1.0.6...v1.0.7) (2017-08-01) diff --git a/package.json b/package.json index bffb128..b99963b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docbox", - "version": "1.0.7", + "version": "1.0.8", "description": "an api documentation website", "main": "index.js", "scripts": {