From dbeb9717925e3f68a9f1f69c0b2568888e80b09c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Apr 2024 11:18:38 +0000 Subject: [PATCH] Release 5.18.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8457534b..184406d2 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 9d09451f..8e807b15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.18.0", + "version": "5.18.1", "publishConfig": { "tag": "latest-5" },