Skip to content

Commit b5cad22

Browse files
chore(release): 5.0.0 [skip ci]
# [5.0.0](v4.0.3...v5.0.0) (2024-04-28) ### Bug Fixes * **ci:** update workflow actions ([876a534](876a534)) * **fetch:** remove supertest fetch as it is unnecessary ([e49f3bb](e49f3bb)) * **yarn:** bump yarn version ([30da748](30da748)) ### BREAKING CHANGES * **fetch:** no more supertest fetch
1 parent 876a534 commit b5cad22

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.0.0](https://github.com/openapi-typescript-infra/service-tester/compare/v4.0.3...v5.0.0) (2024-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** update workflow actions ([876a534](https://github.com/openapi-typescript-infra/service-tester/commit/876a53494256aec421c74ab4cc5a33b0519738f8))
7+
* **fetch:** remove supertest fetch as it is unnecessary ([e49f3bb](https://github.com/openapi-typescript-infra/service-tester/commit/e49f3bba2fc51f8b14c05d1f016eb23e5a22081c))
8+
* **yarn:** bump yarn version ([30da748](https://github.com/openapi-typescript-infra/service-tester/commit/30da748fac232fd69eee2abcf4f5807a5c68bb10))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **fetch:** no more supertest fetch
14+
115
## [4.0.3](https://github.com/openapi-typescript-infra/service-tester/compare/v4.0.2...v4.0.3) (2023-11-06)
216

317

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.3",
3+
"version": "5.0.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)