From 1481487eb40324dabb2a6bab313ee9a05b74cdc5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 May 2020 10:07:34 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/HospitalRun/components/compare/v1.3.0...v1.4.0) (2020-05-01) ### Bug Fixes * **ci:** fix automatic release job ([#388](https://github.com/HospitalRun/components/issues/388)) ([ff0b284](https://github.com/HospitalRun/components/commit/ff0b28425f8f35b54eb986f5661bf60793bde82a)) * **ci:** fix release workflow ([a5ff997](https://github.com/HospitalRun/components/commit/a5ff997a73117bae2e483df2f79319da731e6eb1)) ### Features * **typeahead:** Added feedback prop to Typeahead ([#381](https://github.com/HospitalRun/components/issues/381)) ([812aca2](https://github.com/HospitalRun/components/commit/812aca25d08f3880e25a5fae1e6b00ed3b2c71b2)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd72404e..04a89554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.4.0](https://github.com/HospitalRun/components/compare/v1.3.0...v1.4.0) (2020-05-01) + + +### Bug Fixes + +* **ci:** fix automatic release job ([#388](https://github.com/HospitalRun/components/issues/388)) ([ff0b284](https://github.com/HospitalRun/components/commit/ff0b28425f8f35b54eb986f5661bf60793bde82a)) +* **ci:** fix release workflow ([a5ff997](https://github.com/HospitalRun/components/commit/a5ff997a73117bae2e483df2f79319da731e6eb1)) + + +### Features + +* **typeahead:** Added feedback prop to Typeahead ([#381](https://github.com/HospitalRun/components/issues/381)) ([812aca2](https://github.com/HospitalRun/components/commit/812aca25d08f3880e25a5fae1e6b00ed3b2c71b2)) + # [1.3.0](https://github.com/HospitalRun/components/compare/v1.2.0...v1.3.0) (2020-04-08) diff --git a/package.json b/package.json index 4ce2b41b..6e05637f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hospitalrun/components", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "funding": { "type": "opencollective",