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

Commit 265005a

Browse files
chore(master): release 2.1.0 (#97)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 19ef329 commit 265005a

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v2.0.0...v2.1.0) (2022-03-08)
4+
5+
6+
### Features
7+
8+
* **admin/access:** allow more than one `access.scopes` search param ([ddb866f](https://github.com/Fdawgs/ydh-community-contacts-api/commit/ddb866f85738ab49bf87cf2a652c852504d9d08f))
9+
10+
11+
### Bug Fixes
12+
13+
* **admin/access:** searching using `access.scopes` in postgres ([c3c5b0b](https://github.com/Fdawgs/ydh-community-contacts-api/commit/c3c5b0b8431fa5cedb1d22314310a9f8374ded8d))
14+
* **docker-compose:** declare `DB_CLIENT` env variable ([c816fef](https://github.com/Fdawgs/ydh-community-contacts-api/commit/c816fef788c7121a094b8cd3b54f59cef163795d))
15+
16+
17+
### Documentation
18+
19+
* **readme:** move api docs access to usage section ([22527c6](https://github.com/Fdawgs/ydh-community-contacts-api/commit/22527c6a01151d44e5bb541d455949ebe864e826))
20+
21+
22+
### Miscellaneous
23+
24+
* **.gitignore:** remove redundant exclusion ([e9ac060](https://github.com/Fdawgs/ydh-community-contacts-api/commit/e9ac06008e1b2f5acf786be9c0a31631afa1b88f))
25+
* add .dockerignore file ([55909d3](https://github.com/Fdawgs/ydh-community-contacts-api/commit/55909d39fc5c6ed422b453c71eb00ac519642cfe))
26+
327
## [2.0.0](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v1.1.1...v2.0.0) (2022-03-08)
428

529

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": "2.0.0",
3+
"version": "2.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)