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

Commit

Permalink
chore(master): release 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 31, 2022
1 parent 9f40e3f commit 94feae6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [5.0.7](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v5.0.6...v5.0.7) (2022-08-31)


### Bug Fixes

* **config:** `default` throws exceptions when used in `anyOf` schemas ([81dd1fd](https://github.com/Fdawgs/ydh-community-contacts-api/commit/81dd1fd0427a2caeb99165ee9cdae5e7726ba2ff))


### Improvements

* **routes/docs/openapi:** ensure response is openapi object ([71f6dce](https://github.com/Fdawgs/ydh-community-contacts-api/commit/71f6dce0df31778c6bad56d2fbe1224cbf576f4c))
* **routes:** remove additional properties from req queries ([0f28ff4](https://github.com/Fdawgs/ydh-community-contacts-api/commit/0f28ff4173278090a67674c12aec027f525c025f))


### Miscellaneous

* **.husky:** shell path and arg updates ([76544e2](https://github.com/Fdawgs/ydh-community-contacts-api/commit/76544e20fcfb26cdcd9f9816db2f8eb68348d3d0))
* **.vscode/extensions:** remove unmaintained extension ([9f40e3f](https://github.com/Fdawgs/ydh-community-contacts-api/commit/9f40e3f6325aef3d612d65f96fd9742868987a2e))
* **config:** remove redundant todo inline comment ([f11ec47](https://github.com/Fdawgs/ydh-community-contacts-api/commit/f11ec471333479c60f0cefc2451f3b82194bc692))
* **plugins/shared-schemas:** remove commented out code ([0fbba8a](https://github.com/Fdawgs/ydh-community-contacts-api/commit/0fbba8abd0fbb195f620c74ab2f0b757137a6b3c))

## [5.0.6](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v5.0.5...v5.0.6) (2022-08-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ydh-community-contacts-api",
"version": "5.0.6",
"version": "5.0.7",
"description": "Yeovil District Hospital NHSFT's RESTful CRUD API for community team contact details",
"main": "src/app.js",
"repository": "git+https://github.com/Fdawgs/ydh-community-contacts-api.git",
Expand Down

0 comments on commit 94feae6

Please sign in to comment.