-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] ## [5.18.1](v5.18.0...v5.18.1) (2024-04-29) ### Bug Fixes * use TS_NODE_TYPE_CHECK insteadof TS_NODE_TRANSPILE ([#266](#266)) ([735cc2f](735cc2f))
- Loading branch information
1 parent
735cc2f
commit dbeb971
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "egg-bin", | ||
"version": "5.18.0", | ||
"version": "5.18.1", | ||
"publishConfig": { | ||
"tag": "latest-5" | ||
}, | ||
|