Skip to content

Commit 106516d

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.2...v4.0.0) (2023-10-18) ### Features * **config:** expose raw config ([0e4351c](0e4351c)) ### BREAKING CHANGES * **config:** minor change to getSimulatedContext to take and give a typed config object instead of a getter method.
1 parent 0e4351c commit 106516d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.0.0](https://github.com/openapi-typescript-infra/service-tester/compare/v3.0.2...v4.0.0) (2023-10-18)
2+
3+
4+
### Features
5+
6+
* **config:** expose raw config ([0e4351c](https://github.com/openapi-typescript-infra/service-tester/commit/0e4351ca6473debe8ed0bfbfbea77be856cef1f9))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **config:** minor change to getSimulatedContext to take and give
12+
a typed config object instead of a getter method.
13+
114
## [3.0.2](https://github.com/openapi-typescript-infra/service-tester/compare/v3.0.1...v3.0.2) (2023-10-18)
215

316

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