From 3db1f7b6df2bf28dc10446c17a470d62806bafd7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Mar 2019 12:11:11 +0000 Subject: [PATCH] chore(release): 1.3.18 [skip ci] ## [1.3.18](https://github.com/rollup-umd/documentation/compare/v1.3.17...v1.3.18) (2019-03-07) ### Bug Fixes * **config:** components now accept index.js when parrent directory is uppercase ([44e8955](https://github.com/rollup-umd/documentation/commit/44e8955)) * **exampleMode:** expand ([9d00f08](https://github.com/rollup-umd/documentation/commit/9d00f08)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3f9c8..20b0293 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.18](https://github.com/rollup-umd/documentation/compare/v1.3.17...v1.3.18) (2019-03-07) + + +### Bug Fixes + +* **config:** components now accept index.js when parrent directory is uppercase ([44e8955](https://github.com/rollup-umd/documentation/commit/44e8955)) +* **exampleMode:** expand ([9d00f08](https://github.com/rollup-umd/documentation/commit/9d00f08)) + ## [1.3.17](https://github.com/rollup-umd/documentation/compare/v1.3.16...v1.3.17) (2019-03-07) diff --git a/package.json b/package.json index 30d2aa3..4442091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rollup-umd/documentation", - "version": "1.3.17", + "version": "1.3.18", "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": {