Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.15.0](v0.14.0...v0.15.0) (2019-11-15)

### Features

* **labels:** destructuring props assignment for labels ([c3b92f0](c3b92f0)), closes [#65](#65)
* label to functional component w/ addition htmlfor prop ([0fc6d0a](0fc6d0a)), closes [#65](#65)
* **label:** added label component to library ([6ddb776](6ddb776)), closes [#65](#65)
  • Loading branch information
semantic-release-bot committed Nov 15, 2019
1 parent 8744bc0 commit dfabebc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hospitalrun/components",
"version": "0.14.0",
"version": "0.15.0",
"license": "MIT",
"main": "dist",
"module": "dist/components.esm.js",
Expand Down

0 comments on commit dfabebc

Please sign in to comment.