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

Commit a2dc736

Browse files
chore(master): release 6.1.0 (#425)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 470d641 commit a2dc736

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [6.1.0](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v6.0.0...v6.1.0) (2022-10-06)
4+
5+
6+
### Features
7+
8+
* **config:** use first available open port if `PORT` env variable unset ([#424](https://github.com/Fdawgs/ydh-community-contacts-api/issues/424)) ([a2f3fa4](https://github.com/Fdawgs/ydh-community-contacts-api/commit/a2f3fa4107031369fe87538a4f1a64636cbf46e5))
9+
10+
11+
### Continuous Integration
12+
13+
* **cd:** create release asset ([5401e56](https://github.com/Fdawgs/ydh-community-contacts-api/commit/5401e56d4617c411b34b168b367466cb19adf58e))
14+
15+
16+
### Dependencies
17+
18+
* **.dockerignore:** add `SECURITY.md` ([56d231f](https://github.com/Fdawgs/ydh-community-contacts-api/commit/56d231f2ab43e94a2b50ec48a8a6be1eb779d6ac))
19+
* **.dockerignore:** fix `CODE_OF_CONDUCT` entry ([#426](https://github.com/Fdawgs/ydh-community-contacts-api/issues/426)) ([47a2976](https://github.com/Fdawgs/ydh-community-contacts-api/commit/47a2976ce710dcd801efb5b3b7df3aef1f9e4816))
20+
* **deps-dev:** bump eslint-plugin-jest from 27.0.4 to 27.1.1 ([#430](https://github.com/Fdawgs/ydh-community-contacts-api/issues/430)) ([470d641](https://github.com/Fdawgs/ydh-community-contacts-api/commit/470d641124ad67ad2e37c42d25115e7548005cfd))
21+
* **deps-dev:** bump pino-pretty from 9.1.0 to 9.1.1 ([#429](https://github.com/Fdawgs/ydh-community-contacts-api/issues/429)) ([2696f7a](https://github.com/Fdawgs/ydh-community-contacts-api/commit/2696f7a31dd7ef6374fa3fd35b704f3c2ddc4dcc))
22+
* **deps:** bump fluent-json-schema from 3.1.0 to 4.0.0 ([#428](https://github.com/Fdawgs/ydh-community-contacts-api/issues/428)) ([3b2ef89](https://github.com/Fdawgs/ydh-community-contacts-api/commit/3b2ef89dbe672866ad6ebf1d34c9c42231786b5a))
23+
324
## [6.0.0](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v5.0.7...v6.0.0) (2022-10-03)
425

526

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydh-community-contacts-api",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "Yeovil District Hospital NHSFT's RESTful CRUD API for community team contact details",
55
"main": "src/app.js",
66
"repository": "git+https://github.com/Fdawgs/ydh-community-contacts-api.git",

0 commit comments

Comments
 (0)