From 166f78c42e6c3aef8f715445ffb8ca50abd7e965 Mon Sep 17 00:00:00 2001 From: Vindhya Raviraj Date: Wed, 12 Aug 2020 09:08:06 -0400 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d103cccf..c92a2403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.16.1 (Wed Aug 12 2020) + +#### 🐛 Bug Fix + +- BACKLOG-14310: Fixes font bug issue for Button, ButtonGroup, Breadcrumb, TabItem [#162](https://github.com/Jahia/moonstone/pull/162) ([@vindhya](https://github.com/vindhya)) +- BACKLOG-14311: Changes font from Nunito to Nunito Sans [#161](https://github.com/Jahia/moonstone/pull/161) ([@vindhya](https://github.com/vindhya)) +- Fixed map links [#160](https://github.com/Jahia/moonstone/pull/160) ([@tdraier](https://github.com/tdraier)) +- Typescript compilation and example [#159](https://github.com/Jahia/moonstone/pull/159) ([@tdraier](https://github.com/tdraier)) +- Fixed toIconComponent when using an image path [#157](https://github.com/Jahia/moonstone/pull/157) ([@tdraier](https://github.com/tdraier)) + +#### Authors: 2 + +- Vindhya ([@vindhya](https://github.com/vindhya)) +- Thomas Draier ([@tdraier](https://github.com/tdraier)) + +--- + # v0.16.0 (Mon Jun 08 2020) #### 🚀 Enhancement