diff --git a/CHANGELOG.md b/CHANGELOG.md index 728d59c..5c79bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1.1](https://github.com/sebinsua/react-choices/compare/v0.1.0...v0.1.1) (2018-01-05) + + +### Bug Fixes + +* unfocus fixed and unhover factored ([96d2012](https://github.com/sebinsua/react-choices/commit/96d2012)) + + + # 0.1.0 (2018-01-05) diff --git a/package.json b/package.json index 0175221..59e4d40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-choices", - "version": "0.1.0", + "version": "0.1.1", "description": "Component to build simple, flexible, and accessible choice components", "entry": "src/index.js", "main": "index.js",