We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d68a1 commit 2d3e100Copy full SHA for 2d3e100
CHANGELOG.md
@@ -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
8
## [4.0.1](https://github.com/openapi-typescript-infra/service-tester/compare/v4.0.0...v4.0.1) (2023-10-18)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@openapi-typescript-infra/service-tester",
- "version": "4.0.1",
+ "version": "4.0.2",
"description": "Testing utilities for @openapi-typescript-infra/service",
"main": "build/index.js",
"types": "build/index.d.ts",
0 commit comments