Skip to content

Commit e8ed578

Browse files
chore(release): 4.8.3 [skip ci]
## [4.8.3](v4.8.2...v4.8.3) (2023-11-17) ### Bug Fixes * **types:** allow partial openapi options to be provided ([e639e02](e639e02))
1 parent e639e02 commit e8ed578

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.3](https://github.com/openapi-typescript-infra/service/compare/v4.8.2...v4.8.3) (2023-11-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **types:** allow partial openapi options to be provided ([e639e02](https://github.com/openapi-typescript-infra/service/commit/e639e02e53cae959e0e3aeadcab9e58fa5c171d6))
7+
18
## [4.8.2](https://github.com/openapi-typescript-infra/service/compare/v4.8.1...v4.8.2) (2023-11-16)
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.8.2",
3+
"version": "4.8.3",
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)