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 2.0.0 (#95)
Browse files Browse the repository at this point in the history
* chore(master): release 2.0.0

* chore: fix changelog

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
  • Loading branch information
github-actions[bot] and Fdawgs authored Mar 8, 2022
1 parent abc50c8 commit dddc46e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.0.0](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v1.1.1...v2.0.0) (2022-03-08)


### ⚠ BREAKING CHANGES

* Minimum node engine bumped from `>=14.0.0` to `^14.17.0 || ^15.6.0 || >=16.0.0`
* `AUTH_BEARER_TOKEN_ARRAY` env variable removed
* `access.tokens` table added to migration SQL queries

### Features

* **routes/admin:** add access route ([#83](https://github.com/Fdawgs/ydh-community-contacts-api/issues/83)) ([f6caf95](https://github.com/Fdawgs/ydh-community-contacts-api/commit/f6caf952f82de47498b75ee613e5eec8eb41e74a))


### Bug Fixes

* **config:** redact request auth header from logs ([318f94f](https://github.com/Fdawgs/ydh-community-contacts-api/commit/318f94f849bc0069d22d210b8a1fe301ee7a68fe))


### Documentation

* **readme:** add usage section ([158f02e](https://github.com/Fdawgs/ydh-community-contacts-api/commit/158f02eed75bea30a340bacfab273ed5a280e81d))

### [1.1.1](https://github.com/Fdawgs/ydh-community-contacts-api/compare/v1.1.0...v1.1.1) (2022-03-08)


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": "1.1.1",
"version": "2.0.0",
"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 dddc46e

Please sign in to comment.