Skip to content

Commit

Permalink
Release 5.18.1
Browse files Browse the repository at this point in the history
[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
semantic-release-bot committed Apr 29, 2024
1 parent 735cc2f commit dbeb971
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [5.18.1](https://github.com/eggjs/egg-bin/compare/v5.18.0...v5.18.1) (2024-04-29)


### Bug Fixes

* use TS_NODE_TYPE_CHECK insteadof TS_NODE_TRANSPILE ([#266](https://github.com/eggjs/egg-bin/issues/266)) ([735cc2f](https://github.com/eggjs/egg-bin/commit/735cc2f1c7eb8ce84e324903bd85ee01961fbaba))

## [5.18.0](https://github.com/eggjs/egg-bin/compare/v5.17.1...v5.18.0) (2024-04-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "egg-bin",
"version": "5.18.0",
"version": "5.18.1",
"publishConfig": {
"tag": "latest-5"
},
Expand Down

0 comments on commit dbeb971

Please sign in to comment.