diff --git a/CHANGELOG.md b/CHANGELOG.md index df701b44..9bb0c5a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.15.0](https://github.com/HospitalRun/components/compare/v0.14.0...v0.15.0) (2019-11-15) + + +### Features + +* **labels:** destructuring props assignment for labels ([c3b92f0](https://github.com/HospitalRun/components/commit/c3b92f0)), closes [#65](https://github.com/HospitalRun/components/issues/65) +* label to functional component w/ addition htmlfor prop ([0fc6d0a](https://github.com/HospitalRun/components/commit/0fc6d0a)), closes [#65](https://github.com/HospitalRun/components/issues/65) +* **label:** added label component to library ([6ddb776](https://github.com/HospitalRun/components/commit/6ddb776)), closes [#65](https://github.com/HospitalRun/components/issues/65) + # [0.14.0](https://github.com/HospitalRun/components/compare/v0.13.3...v0.14.0) (2019-11-12) diff --git a/package.json b/package.json index 9ee012cf..ff560d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hospitalrun/components", - "version": "0.14.0", + "version": "0.15.0", "license": "MIT", "main": "dist", "module": "dist/components.esm.js",