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.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.14.0](v0.13.3...v0.14.0) (2019-11-12)

### Bug Fixes

* **lint:** lints some files, adds new rules ([d46fa35](d46fa35))

### Features

* **modals:** adds modals ([6a0fc55](6a0fc55)), closes [#27](#27)
* **modals:** simplifies code, reuse button functionalities ([7dda857](7dda857))
  • Loading branch information
semantic-release-bot committed Nov 12, 2019
1 parent de8f355 commit 5a9f063
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [0.14.0](https://github.com/HospitalRun/components/compare/v0.13.3...v0.14.0) (2019-11-12)


### Bug Fixes

* **lint:** lints some files, adds new rules ([d46fa35](https://github.com/HospitalRun/components/commit/d46fa35))


### Features

* **modals:** adds modals ([6a0fc55](https://github.com/HospitalRun/components/commit/6a0fc55)), closes [#27](https://github.com/HospitalRun/components/issues/27)
* **modals:** simplifies code, reuse button functionalities ([7dda857](https://github.com/HospitalRun/components/commit/7dda857))

## [0.13.3](https://github.com/HospitalRun/components/compare/v0.13.2...v0.13.3) (2019-11-11)


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.13.3",
"version": "0.14.0",
"license": "MIT",
"main": "dist",
"module": "dist/components.esm.js",
Expand Down

0 comments on commit 5a9f063

Please sign in to comment.