diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e0894b..afee6c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.13](https://github.com/bootstrap-styled/rsg-components/compare/v1.0.12...v1.0.13) (2018-12-09) + + +### Bug Fixes + +* **dependencies:** updated many dependencies ([fe838af](https://github.com/bootstrap-styled/rsg-components/commit/fe838af)) +* **documentation:** using [@rollup-umd](https://github.com/rollup-umd)/documentation instead of deprecated [@yeutech-lab](https://github.com/yeutech-lab)/rollup-umd-documentation ([b5fab79](https://github.com/bootstrap-styled/rsg-components/commit/b5fab79)) +* **ui:** footer and sidebar now doesn't predict what type of src is the sidebar logo and the footer logo ([bb5184b](https://github.com/bootstrap-styled/rsg-components/commit/bb5184b)) + ## [1.0.12](https://github.com/bootstrap-styled/rsg-components/compare/v1.0.11...v1.0.12) (2018-12-06) diff --git a/package.json b/package.json index 07612d3..dbf2fd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/rsg-components", - "version": "1.0.12", + "version": "1.0.13", "description": "Create documentation layouts for your react-styleguidist using Bootstrap-Styled rsg-component. Boostrap Styled rsg-components use the @bootstrap-styled/v4 for recreating the original rsg-components.", "main": "lib/index.js", "homepage": "https://bootstrap-styled.github.io/rsg-components",