Skip to content

Commit 45a34bd

Browse files
Release 6.0.0
[skip ci] ## [6.0.0](v5.15.1...v6.0.0) (2024-12-29) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of eggjs/egg#3644 eggjs/egg#5257 ### Features * support cjs and esm both by tshy ([#178](#178)) ([674b1ca](674b1ca))
1 parent 674b1ca commit 45a34bd

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/eggjs/mock/compare/v5.15.1...v6.0.0) (2024-12-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* drop Node.js < 18.19.0 support
9+
10+
part of https://github.com/eggjs/egg/issues/3644
11+
12+
https://github.com/eggjs/egg/issues/5257
13+
14+
### Features
15+
16+
* support cjs and esm both by tshy ([#178](https://github.com/eggjs/mock/issues/178)) ([674b1ca](https://github.com/eggjs/mock/commit/674b1ca2d3b2d978ca8176b46b03a0f53f65939a))
17+
318
## [5.15.1](https://github.com/eggjs/egg-mock/compare/v5.15.0...v5.15.1) (2024-12-12)
419

520

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/mock",
3-
"version": "6.0.0-beta.6",
3+
"version": "6.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)