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

Commit 961ea3e

Browse files
authoredJan 24, 2022
chore(master): release 1.0.0 (#1)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d65b0ca commit 961ea3e

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed
 

‎CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-01-24)
4+
5+
6+
### Miscellaneous
7+
8+
* add api code ([#2](https://github.com/Fdawgs/ydh-community-contacts-api/issues/2)) ([4523326](https://github.com/Fdawgs/ydh-community-contacts-api/commit/4523326eeb73180cf2f4accf573ef2fc22674998))
9+
* add development files ([42d3118](https://github.com/Fdawgs/ydh-community-contacts-api/commit/42d31180aa8c914e6ed2e9df38411fd37c41255d))
10+
* add supporting files ([9b2cb78](https://github.com/Fdawgs/ydh-community-contacts-api/commit/9b2cb78ebaf46b5f859d5d5d0bb51a2cfe7f1aa5))
11+
12+
13+
### Dependencies
14+
15+
* **deps-dev:** bump dev dependencies ([55c8123](https://github.com/Fdawgs/ydh-community-contacts-api/commit/55c81236b77e3bf15f59529e08dd0be1e00f872f))
16+
* **deps:** bump dotenv from 10.0.0 to 14.2.0 ([8508d17](https://github.com/Fdawgs/ydh-community-contacts-api/commit/8508d17e40b2e90859d9a579873e825134894754))
17+
* **deps:** bump env-schema from 3.5.1 to 3.5.2 ([c65c7f0](https://github.com/Fdawgs/ydh-community-contacts-api/commit/c65c7f04f377b3b3cf39d9fdb499ca4ce3589395))
18+
* **deps:** bump fastify from 3.25.3 to 3.27.0 ([7d2accf](https://github.com/Fdawgs/ydh-community-contacts-api/commit/7d2accf3d20c6cd9e43977b894f309d874ba8039))
19+
* **deps:** bump file-stream-rotator from 0.5.7 to 0.6.1 ([12e2d73](https://github.com/Fdawgs/ydh-community-contacts-api/commit/12e2d7362ea96d3e99c7979cf2229b25648786c6))
20+
* **deps:** bump pino from 7.6.3 to 7.6.4 ([75bac7f](https://github.com/Fdawgs/ydh-community-contacts-api/commit/75bac7f9fd44f4801442ab91e3406eb1ef27449c))
21+
* **deps:** bump pino-pretty from 7.3.0 to 7.5.0 ([a2b1e1c](https://github.com/Fdawgs/ydh-community-contacts-api/commit/a2b1e1c4e8b63d3b286b7e93a595205f2a234b8f))
22+
* **deps:** bump sub-dependencies ([6237922](https://github.com/Fdawgs/ydh-community-contacts-api/commit/623792206c42140d0964656073fc8fa1b69faa89))
23+
24+
25+
### Documentation
26+
27+
* **readme:** add case study and update acknowledgements section ([d65b0ca](https://github.com/Fdawgs/ydh-community-contacts-api/commit/d65b0caace0f2f68803dfbf54b48160cb634b369))
28+
* **readme:** remove database setup; clarify purpose ([13ed6c1](https://github.com/Fdawgs/ydh-community-contacts-api/commit/13ed6c1723b3cac9b1ee5f9c89e9e902fff616f0))

‎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": "0.0.1",
3+
"version": "1.0.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)