From 496c4c638bf8cc59bfaf2ae39081649492854933 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Jan 2023 17:51:29 +0000 Subject: [PATCH] Release 5.12.0 [skip ci] ## [5.12.0](https://github.com/eggjs/egg-bin/compare/v5.11.3...v5.12.0) (2023-01-09) ### Features * allow require mocha from outside ([#204](https://github.com/eggjs/egg-bin/issues/204)) ([6f59f6e](https://github.com/eggjs/egg-bin/commit/6f59f6effed71e898fe743fc1d29a6537029b1c7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a218f8..02b49cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.12.0](https://github.com/eggjs/egg-bin/compare/v5.11.3...v5.12.0) (2023-01-09) + + +### Features + +* allow require mocha from outside ([#204](https://github.com/eggjs/egg-bin/issues/204)) ([6f59f6e](https://github.com/eggjs/egg-bin/commit/6f59f6effed71e898fe743fc1d29a6537029b1c7)) + ## [5.11.3](https://github.com/eggjs/egg-bin/compare/v5.11.2...v5.11.3) (2023-01-06) diff --git a/package.json b/package.json index 30dad695..41f8fd68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "5.11.3", + "version": "5.12.0", "description": "egg developer tool", "files": [ "index.js",