Skip to content

Commit 8a9abf8

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.6...v2.0.0) (2023-08-17) ### Bug Fixes * **vitest:** move to vitest as jest causes problems with NextJS ([#1](#1)) ([e1ef2b5](e1ef2b5)) ### BREAKING CHANGES * **vitest:** vitest not jest
1 parent e1ef2b5 commit 8a9abf8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# [2.0.0](https://github.com/openapi-typescript-infra/service-tester/compare/v1.0.6...v2.0.0) (2023-08-17)
2+
3+
4+
### Bug Fixes
5+
6+
* **vitest:** move to vitest as jest causes problems with NextJS ([#1](https://github.com/openapi-typescript-infra/service-tester/issues/1)) ([e1ef2b5](https://github.com/openapi-typescript-infra/service-tester/commit/e1ef2b535ea3ef06db587a9b0d47fd7d48ceae34))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **vitest:** vitest not jest

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