Skip to content

Commit 73b580f

Browse files
chore(release): 5.1.0 [skip ci]
# [5.1.0](v5.0.0...v5.1.0) (2024-04-29) ### Features * **app:** listen on a port for the app to make openapi testing work properly ([76c0888](76c0888))
1 parent 76c0888 commit 73b580f

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+
# [5.1.0](https://github.com/openapi-typescript-infra/service-tester/compare/v5.0.0...v5.1.0) (2024-04-29)
2+
3+
4+
### Features
5+
6+
* **app:** listen on a port for the app to make openapi testing work properly ([76c0888](https://github.com/openapi-typescript-infra/service-tester/commit/76c0888a08aa3f84dbd503e601c71e1aa26632e1))
7+
18
# [5.0.0](https://github.com/openapi-typescript-infra/service-tester/compare/v4.0.3...v5.0.0) (2024-04-28)
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-tester",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Testing utilities for @openapi-typescript-infra/service",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)