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

Commit

Permalink
chore(main): release 7.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 1, 2023
1 parent d86a31d commit 479b2aa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [7.1.12](https://github.com/Fdawgs/yh-community-contacts-api/compare/v7.1.11...v7.1.12) (2023-10-01)


### Dependencies

* **deps-dev:** bump the commitlint group with 1 update ([#884](https://github.com/Fdawgs/yh-community-contacts-api/issues/884)) ([126a705](https://github.com/Fdawgs/yh-community-contacts-api/commit/126a70572c84cff5fc7437f557b261a1498dd953))
* **deps-dev:** bump the eslint group with 1 update ([#886](https://github.com/Fdawgs/yh-community-contacts-api/issues/886)) ([a42fd6b](https://github.com/Fdawgs/yh-community-contacts-api/commit/a42fd6b2ce50de2f3013d8e8bca1cae447605ae0))
* **deps:** bump the pino-core group with 1 update ([#885](https://github.com/Fdawgs/yh-community-contacts-api/issues/885)) ([e00b708](https://github.com/Fdawgs/yh-community-contacts-api/commit/e00b70893019dce80a68417f64ecf0750a39394f))


### Improvements

* **migrate:** use or operator over ternary ([fb4ba45](https://github.com/Fdawgs/yh-community-contacts-api/commit/fb4ba453ed3008fe931c96a053349786eb5ec4bf))
* **routes:** use `String.slice()` over `String.substring()` ([2c5517c](https://github.com/Fdawgs/yh-community-contacts-api/commit/2c5517c13cd7547ba5114b1e669733b31d046f99))

## [7.1.11](https://github.com/Fdawgs/yh-community-contacts-api/compare/v7.1.10...v7.1.11) (2023-09-28)


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": "yh-community-contacts-api",
"version": "7.1.11",
"version": "7.1.12",
"description": "Yeovil Hospital's RESTful CRUD API for community team contact details",
"main": "dist/app.js",
"type": "commonjs",
Expand Down

0 comments on commit 479b2aa

Please sign in to comment.