Skip to content

Commit d705ad9

Browse files
chore(release): 4.10.0 [skip ci]
# [4.10.0](v4.9.1...v4.10.0) (2023-11-26) ### Features * **openapi:** allow config file options for openapi, validateResponses in test ([d28d9bd](d28d9bd))
1 parent d28d9bd commit d705ad9

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.10.0](https://github.com/openapi-typescript-infra/service/compare/v4.9.1...v4.10.0) (2023-11-26)
2+
3+
4+
### Features
5+
6+
* **openapi:** allow config file options for openapi, validateResponses in test ([d28d9bd](https://github.com/openapi-typescript-infra/service/commit/d28d9bdc01a852cf3e1ab429e521a1dade8bf4b3))
7+
18
## [4.9.1](https://github.com/openapi-typescript-infra/service/compare/v4.9.0...v4.9.1) (2023-11-25)
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.9.1",
3+
"version": "4.10.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)