diff --git a/CHANGELOG.md b/CHANGELOG.md index 972400786c..280b4fdda0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.5.4](https://github.com/madetech/nhs-virtual-visit/compare/v0.5.3...v0.5.4) (2020-12-10) + + +### Bug Fixes + +* add id key value pair to error object in add-a-trust, admin/login, admin/trusts/edit, trust-admin/hospitals/add - required for ErrorSummary ([5d44710](https://github.com/madetech/nhs-virtual-visit/commit/5d44710f1636bd10001bcd89d55d7d18e916eb40)) +* change trust-admin logout href to fix logout error when page url has hospital id ([5fb9e98](https://github.com/madetech/nhs-virtual-visit/commit/5fb9e98496457f3847d0a0cb06f02e85a782826e)) + + + ## [0.5.3](https://github.com/madetech/nhs-virtual-visit/compare/v0.5.2...v0.5.3) (2020-12-09) @@ -36,22 +46,3 @@ -# [0.4.0](https://github.com/madetech/nhs-virtual-visit/compare/v0.3.0...v0.4.0) (2020-11-12) - - -### Bug Fixes - -* broken ur question submission url test ([b6fa7f9](https://github.com/madetech/nhs-virtual-visit/commit/b6fa7f965eea552c7b3a874b14461cf20899efc9)) -* conventional-commits is no longer partially installed ([6442acd](https://github.com/madetech/nhs-virtual-visit/commit/6442acde6dc5fcd9de5347aa38909b26bfaf084b)) -* Make docker-compose work locally and automatically setup the database ([c49cb52](https://github.com/madetech/nhs-virtual-visit/commit/c49cb522872eb161366ef637b65dabc98545ea2e)) -* put UR question functionality behind feature flag to avoid breaking tests unnecessarily ([3e55d9a](https://github.com/madetech/nhs-virtual-visit/commit/3e55d9a6283314daf0541f1be7e0bb4f824cb11d)) -* Remove not null constraint from patient_name field ([f600605](https://github.com/madetech/nhs-virtual-visit/commit/f600605e70ca644cc744f9181e0c388697045339)) -* Remove not null constraint from visitor_name field ([dfebb66](https://github.com/madetech/nhs-virtual-visit/commit/dfebb66e6f79df8dea29f1e7e4683ab9298c4a2b)) - - -### Features - -* added husky commit msg hook ([965d9ca](https://github.com/madetech/nhs-virtual-visit/commit/965d9ca13ba7c942650ee37788814e888de3ccd0)) - - - diff --git a/package.json b/package.json index 841c30ad50..d518ea293f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nhs-visit-app", - "version": "0.5.3", + "version": "0.5.4", "private": true, "license": "MIT", "scripts": { @@ -105,4 +105,4 @@ "engines": { "node": "12.16.x" } -} +} \ No newline at end of file