Skip to content

Commit 0f1e6ac

Browse files
chore(release): 2.0.1 [skip ci]
## [2.0.1](v2.0.0...v2.0.1) (2023-08-26) ### Bug Fixes * **paths:** register tsconfig-paths to get proper module resolution ([0641402](0641402))
1 parent 0641402 commit 0f1e6ac

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+
## [2.0.1](https://github.com/openapi-typescript-infra/service-tester/compare/v2.0.0...v2.0.1) (2023-08-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **paths:** register tsconfig-paths to get proper module resolution ([0641402](https://github.com/openapi-typescript-infra/service-tester/commit/0641402754c3d7d7a754b74fb22001c4f30df48a))
7+
18
# [2.0.0](https://github.com/openapi-typescript-infra/service-tester/compare/v1.0.6...v2.0.0) (2023-08-17)
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": "2.0.0",
3+
"version": "2.0.1",
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)