From 1bc19f99dddb5f259b662bf1686b384d09e97d73 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Aug 2023 04:31:26 +0000 Subject: [PATCH] Release 5.14.1 [skip ci] ## [5.14.1](https://github.com/eggjs/egg-bin/compare/v5.14.0...v5.14.1) (2023-08-07) ### Bug Fixes * convert unhandled rejection to uncaught exception ([#235](https://github.com/eggjs/egg-bin/issues/235)) ([#236](https://github.com/eggjs/egg-bin/issues/236)) ([e98e079](https://github.com/eggjs/egg-bin/commit/e98e079bd24869fe26f1381ce54b47f0c92cb0ba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba203e..a69e9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.14.1](https://github.com/eggjs/egg-bin/compare/v5.14.0...v5.14.1) (2023-08-07) + + +### Bug Fixes + +* convert unhandled rejection to uncaught exception ([#235](https://github.com/eggjs/egg-bin/issues/235)) ([#236](https://github.com/eggjs/egg-bin/issues/236)) ([e98e079](https://github.com/eggjs/egg-bin/commit/e98e079bd24869fe26f1381ce54b47f0c92cb0ba)) + 5.14.0 / 2023-04-18 ================== diff --git a/package.json b/package.json index f770df1..b762f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.14.0", + "version": "5.14.1", "publishConfig": { "tag": "latest-5" },