Skip to content

Commit 3dc1541

Browse files
chore(release): 4.8.0 [skip ci]
# [4.8.0](v4.7.0...v4.8.0) (2023-11-11) ### Features * **config:** allow additional shortstop handlers to be inserted before configuration is loaded ([8fd3991](8fd3991))
1 parent 8fd3991 commit 3dc1541

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.8.0](https://github.com/openapi-typescript-infra/service/compare/v4.7.0...v4.8.0) (2023-11-11)
2+
3+
4+
### Features
5+
6+
* **config:** allow additional shortstop handlers to be inserted before configuration is loaded ([8fd3991](https://github.com/openapi-typescript-infra/service/commit/8fd39919ebd38ae45e198177bf10a9a741c0a000))
7+
18
# [4.7.0](https://github.com/openapi-typescript-infra/service/compare/v4.6.3...v4.7.0) (2023-11-06)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openapi-typescript-infra/service",
3-
"version": "4.7.0",
3+
"version": "4.8.0",
44
"description": "An opinionated framework for building configuration driven services - web, api, or ob. Uses OpenAPI, pino logging, express, confit, Typescript and vitest.",
55
"main": "build/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)