Skip to content

Commit

Permalink
chore(release): v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 11, 2020
1 parent 301d279 commit 05741f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.3.2](https://github.com/madetech/nhs-virtual-visit/compare/v0.3.1...v0.3.2) (2020-11-11)


### Bug Fixes

* Remove not null constraint from patient_name field ([e0a0a4f](https://github.com/madetech/nhs-virtual-visit/commit/e0a0a4f2f2c45888460a46b335e9bf87974951b1))
* Remove not null constraint from visitor_name field ([6f7fa34](https://github.com/madetech/nhs-virtual-visit/commit/6f7fa347693a636680685ae766bb38c2233040db))
* Try inncreasing timeout for flaky cypress test ([d3fbd15](https://github.com/madetech/nhs-virtual-visit/commit/d3fbd156bc35bb5d39cb0936d1e4a09f5dc25928))



## [0.3.1](https://github.com/madetech/nhs-virtual-visit/compare/v0.3.0...v0.3.1) (2020-11-11)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nhs-visit-app",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -99,4 +99,4 @@
"engines": {
"node": "12.16.x"
}
}
}

0 comments on commit 05741f7

Please sign in to comment.