Skip to content

Commit 775ab7c

Browse files
chore(release): 4.7.0 [skip ci]
# [4.7.0](v4.6.3...v4.7.0) (2023-11-06) ### Features * **log:** do not log 'pre' request log unless configured to do so ([3f1c77f](3f1c77f))
1 parent e3dd16a commit 775ab7c

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.7.0](https://github.com/openapi-typescript-infra/service/compare/v4.6.3...v4.7.0) (2023-11-06)
2+
3+
4+
### Features
5+
6+
* **log:** do not log 'pre' request log unless configured to do so ([3f1c77f](https://github.com/openapi-typescript-infra/service/commit/3f1c77f64cbd39ee5a85f1a4df53e682d08e968f))
7+
18
## [4.6.3](https://github.com/openapi-typescript-infra/service/compare/v4.6.2...v4.6.3) (2023-11-05)
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.6.3",
3+
"version": "4.7.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)