Skip to content

Commit 24bcd0f

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.1.1...v3.0.0) (2023-10-17) ### Features * **deps:** upgrade to new service module ([d759082](d759082)) ### BREAKING CHANGES * **deps:** config is now typed
1 parent d759082 commit 24bcd0f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0](https://github.com/openapi-typescript-infra/service-tester/compare/v2.1.1...v3.0.0) (2023-10-17)
2+
3+
4+
### Features
5+
6+
* **deps:** upgrade to new service module ([d759082](https://github.com/openapi-typescript-infra/service-tester/commit/d75908246598f53550788daf26a39ec8949a0717))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** config is now typed
12+
113
## [2.1.1](https://github.com/openapi-typescript-infra/service-tester/compare/v2.1.0...v2.1.1) (2023-09-17)
214

315

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