diff --git a/CHANGELOG.md b/CHANGELOG.md index 425a45c992..f42d99447d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.8.1](https://github.com/WTTJ/welcome-ui/compare/v0.8.0...v0.8.1) (2019-06-17) + + +### Bug Fixes + +* wrong exported component ([fb419b0](https://github.com/WTTJ/welcome-ui/commit/fb419b0)) + + + ## [0.8.0](https://github.com/WTTJ/welcome-ui/compare/v0.7.0...v0.8.0) (2019-06-17) diff --git a/package.json b/package.json index f22874efc5..9d3a5862cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "welcome-ui", - "version": "0.8.0", + "version": "0.8.1", "description": "A delightful UI system from Welcome to the Jungle", "main": "dist/welcome-ui.cjs.js", "module": "dist/welcome-ui.es.js",