Skip to content

Commit e281a99

Browse files
Release 6.3.2
[skip ci] ## [6.3.2](v6.3.1...v6.3.2) (2025-02-16) ### Bug Fixes * loadFile ignore ts extend on readFileSync ([#294](#294)) ([1cf0a53](1cf0a53))
1 parent 1cf0a53 commit e281a99

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,5 +1,12 @@
11
# Changelog
22

3+
## [6.3.2](https://github.com/eggjs/core/compare/v6.3.1...v6.3.2) (2025-02-16)
4+
5+
6+
### Bug Fixes
7+
8+
* loadFile ignore ts extend on readFileSync ([#294](https://github.com/eggjs/core/issues/294)) ([1cf0a53](https://github.com/eggjs/core/commit/1cf0a537a0c8a0b26a9eb1b55ce23aaae1c6ff15))
9+
310
## [6.3.1](https://github.com/eggjs/core/compare/v6.3.0...v6.3.1) (2025-01-21)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eggjs/core",
3-
"version": "6.3.1",
3+
"version": "6.3.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)