Skip to content

Commit 2d3e100

Browse files
chore(release): 4.0.2 [skip ci]
## [4.0.2](v4.0.1...v4.0.2) (2023-10-24) ### Bug Fixes * **shutdown:** handle simultaneous shutdown ([f8d68a1](f8d68a1))
1 parent f8d68a1 commit 2d3e100

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.0.2](https://github.com/openapi-typescript-infra/service-tester/compare/v4.0.1...v4.0.2) (2023-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **shutdown:** handle simultaneous shutdown ([f8d68a1](https://github.com/openapi-typescript-infra/service-tester/commit/f8d68a1c7ca83b32d270309f57b9a3131db13bcf))
7+
18
## [4.0.1](https://github.com/openapi-typescript-infra/service-tester/compare/v4.0.0...v4.0.1) (2023-10-18)
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": "4.0.1",
3+
"version": "4.0.2",
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)