From 42e9c9d6677eb507d8ce57ab7b3a09062f00024b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Aug 2023 05:26:34 +0000 Subject: [PATCH] Release 5.14.2 [skip ci] ## [5.14.2](https://github.com/eggjs/egg-bin/compare/v5.14.1...v5.14.2) (2023-08-25) ### Bug Fixes * NODE_OPTIONS should set to process.env/context.env ([#237](https://github.com/eggjs/egg-bin/issues/237)) ([8e2f437](https://github.com/eggjs/egg-bin/commit/8e2f437298e7e29a9bc9fbe395815103e6041e96)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a69e9eb1..faf824db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.14.2](https://github.com/eggjs/egg-bin/compare/v5.14.1...v5.14.2) (2023-08-25) + + +### Bug Fixes + +* NODE_OPTIONS should set to process.env/context.env ([#237](https://github.com/eggjs/egg-bin/issues/237)) ([8e2f437](https://github.com/eggjs/egg-bin/commit/8e2f437298e7e29a9bc9fbe395815103e6041e96)) + ## [5.14.1](https://github.com/eggjs/egg-bin/compare/v5.14.0...v5.14.1) (2023-08-07) diff --git a/package.json b/package.json index b762f15f..b0abcd44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.14.1", + "version": "5.14.2", "publishConfig": { "tag": "latest-5" },