Skip to content

Commit edd075c

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.1.0...v6.0.0) (2024-10-18) ### Features * Move to ESM ([84b50eb](84b50eb)) ### BREAKING CHANGES * Move to ESM
1 parent 84b50eb commit edd075c

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+
# [6.0.0](https://github.com/openapi-typescript-infra/service-tester/compare/v5.1.0...v6.0.0) (2024-10-18)
2+
3+
4+
### Features
5+
6+
* Move to ESM ([84b50eb](https://github.com/openapi-typescript-infra/service-tester/commit/84b50ebafd28baa454b2ba2d6bdf37b48f9e15d0))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Move to ESM
12+
113
# [5.1.0](https://github.com/openapi-typescript-infra/service-tester/compare/v5.0.0...v5.1.0) (2024-04-29)
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": "5.1.0",
3+
"version": "6.0.0",
44
"description": "Testing utilities for @openapi-typescript-infra/service",
55
"exports": "./build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)