diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9c362..510bfcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.6](https://github.com/bootstrap-styled/rsg-components/compare/v1.0.5...v1.0.6) (2018-12-01) + + +### Bug Fixes + +* **Markdown/Blockquote:** added variables to improve visuals. ([772e751](https://github.com/bootstrap-styled/rsg-components/commit/772e751)) +* **TabButton:** improved visuals. ([fb6bce5](https://github.com/bootstrap-styled/rsg-components/commit/fb6bce5)) + ## [1.0.5](https://github.com/bootstrap-styled/rsg-components/compare/v1.0.4...v1.0.5) (2018-11-30) diff --git a/package.json b/package.json index 155a985..73cf583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/rsg-components", - "version": "1.0.5", + "version": "1.0.6", "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",