From 885f2fdf89f2c4ab4760eea8b53729ea44b17ac3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Dec 2018 21:31:53 +0000 Subject: [PATCH] chore(release): 1.0.16 [skip ci] ## [1.0.16](https://github.com/rollup-umd/documentation/compare/v1.0.15...v1.0.16) (2018-12-03) ### Bug Fixes * **createConfig:** fixing wrong import for default Wrapper and StyleGuide ([feb0a32](https://github.com/rollup-umd/documentation/commit/feb0a32)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ea866..5ac478a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.16](https://github.com/rollup-umd/documentation/compare/v1.0.15...v1.0.16) (2018-12-03) + + +### Bug Fixes + +* **createConfig:** fixing wrong import for default Wrapper and StyleGuide ([feb0a32](https://github.com/rollup-umd/documentation/commit/feb0a32)) + ## [1.0.15](https://github.com/rollup-umd/documentation/compare/v1.0.14...v1.0.15) (2018-12-03) diff --git a/package.json b/package.json index 3c2a8e7..bd7008d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rollup-umd/documentation", - "version": "1.0.15", + "version": "1.0.16", "description": "Extension for react-styleguidist, Featured generated react-documentation, generated jsdom documentation, default react-styleguidist configuration, layout package with auto-configuration, internals layouts, configured CI", "main": "lib/index.js", "bin": {