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 9.0.3 (#930)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 4, 2022
1 parent 193d2f1 commit 9f02eca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## [9.0.3](https://github.com/Fdawgs/ydh-myydh-crud-api/compare/v9.0.2...v9.0.3) (2022-08-04)


### Bug Fixes

* **routes:** invalid openapi shared schema definitions ([#929](https://github.com/Fdawgs/ydh-myydh-crud-api/issues/929)) ([d4ce95c](https://github.com/Fdawgs/ydh-myydh-crud-api/commit/d4ce95cb1b665efadaa4e4b4b59172cd5b04c9ed))
* **server:** reduce `content-security-policy` for options routes ([#931](https://github.com/Fdawgs/ydh-myydh-crud-api/issues/931)) ([4f793ce](https://github.com/Fdawgs/ydh-myydh-crud-api/commit/4f793cedb3e94b5c78e14f99326fe4bf7fd7aa0c))


### Dependencies

* **deps:** bump @fastify/cors from 8.0.0 to 8.1.0 ([#932](https://github.com/Fdawgs/ydh-myydh-crud-api/issues/932)) ([193d2f1](https://github.com/Fdawgs/ydh-myydh-crud-api/commit/193d2f1a7d34e318a78f44616ff050efbda1efd0))

## [9.0.2](https://github.com/Fdawgs/ydh-myydh-crud-api/compare/v9.0.1...v9.0.2) (2022-08-01)


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-myydh-crud-api",
"version": "9.0.2",
"version": "9.0.3",
"description": "Yeovil District Hospital NHSFT's RESTful CRUD API for the MyYDH app",
"main": "src/app.js",
"repository": "git+https://github.com/Fdawgs/ydh-myydh-crud-api.git",
Expand Down

0 comments on commit 9f02eca

Please sign in to comment.