From f69243d86b6e0ae13abae09ccc063664f92a405c Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Sun, 3 Jun 2018 16:49:02 -0700 Subject: [PATCH] chore(release): 1.0.10 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3999b8..372d2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.10](https://github.com/tmcw/docbox/compare/v1.0.9...v1.0.10) (2018-06-03) + + +### Bug Fixes + +* **package:** update browserify to version 16.0.0 ([#73](https://github.com/tmcw/docbox/issues/73)) ([d8aacd7](https://github.com/tmcw/docbox/commit/d8aacd7)) +* **package:** update eslint-plugin-babel to version 5.0.0 ([#80](https://github.com/tmcw/docbox/issues/80)) ([aa4b2ee](https://github.com/tmcw/docbox/commit/aa4b2ee)) +* Use cross-env to enable Windows + non-cygwin environments to build ([511bc62](https://github.com/tmcw/docbox/commit/511bc62)), closes [#86](https://github.com/tmcw/docbox/issues/86) + + + ## [1.0.9](https://github.com/tmcw/docbox/compare/v1.0.8...v1.0.9) (2018-01-09) diff --git a/package.json b/package.json index 26f1149..a1d045b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docbox", - "version": "1.0.9", + "version": "1.0.10", "description": "an api documentation website", "main": "index.js", "scripts": {