diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c322b4..dce5924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Kids First UI Kit Release 0.2.0 + +## Features + +### Summary + +Feature Emojis: 🎨x1 +Feature Labels: [component](https://api.github.com/repos/kids-first/kf-uikit/labels/component) x1 [feature](https://api.github.com/repos/kids-first/kf-uikit/labels/feature) x1 + +### New features and changes + +- (#79) 🎨 Add Icon component with essential icons - @dankolbman + # Kids First UI Kit Release 0.1.0 ## Features diff --git a/package.json b/package.json index baf3f3f..aaba9a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kf-uikit", - "version": "0.1.0", + "version": "0.2.0", "description": "Kids First Design System", "main": "dist/main.js", "module": "dist/main.js",