From 473ab55f71c8d475a1a76b52c937c3d5086fecc3 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Sat, 4 Jun 2022 10:30:16 +0800 Subject: [PATCH] Release 5.0.0 --- History.md | 11 +++++++++++ README.md | 10 +++++----- package.json | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/History.md b/History.md index e82aafcc..3d92eccd 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,15 @@ +5.0.0 / 2022-06-04 +================== + +**features** + * [[`1e96da2`](http://github.com/eggjs/egg-bin/commit/1e96da2bb68203a5e972645df51ed0aa47ccaa8c)] - feat: support c8 report (#172) (羊鹿 <>) + +**others** + * [[`6fb02f9`](http://github.com/eggjs/egg-bin/commit/6fb02f94b7d0f2b755a6b7c5eb780dca73cfc53e)] - 📦 NEW: [BREAKING] Only support Node.js 14 (#176) (fengmk2 <>) + * [[`f32030b`](http://github.com/eggjs/egg-bin/commit/f32030b3b763e9f90c7b7f3d2f9f0f0b986051d3)] - Create codeql-analysis.yml (fengmk2 <>) + * [[`c84671c`](http://github.com/eggjs/egg-bin/commit/c84671cc066f6ed7b26b070b4af688676beade2f)] - chore: update build status badge url (#174) (XiaoRui <>) + 4.18.1 / 2022-02-18 ================== diff --git a/README.md b/README.md index f800706b..c82430d9 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ module.exports = MyEggBinCommand; const Command = require('egg-bin').Command; class NspCommand extends Command { - * run({ cwd, argv }) { + async run({ cwd, argv }) { console.log('run nsp check at %s with %j', cwd, argv); } @@ -284,11 +284,11 @@ run nsp check at /foo/bar with {} |[
atian25](https://github.com/atian25)
|[
fengmk2](https://github.com/fengmk2)
|[
popomore](https://github.com/popomore)
|[
whxaxes](https://github.com/whxaxes)
|[
dead-horse](https://github.com/dead-horse)
|[
hyj1991](https://github.com/hyj1991)
| | :---: | :---: | :---: | :---: | :---: | :---: | -|[
ngot](https://github.com/ngot)
|[
waitingsong](https://github.com/waitingsong)
|[
snyk-bot](https://github.com/snyk-bot)
|[
BiosSun](https://github.com/BiosSun)
|[
luckydrq](https://github.com/luckydrq)
|[
stormslowly](https://github.com/stormslowly)
| -|[
ZYSzys](https://github.com/ZYSzys)
|[
angleshe](https://github.com/angleshe)
|[
ahungrynoob](https://github.com/ahungrynoob)
|[
yinseny](https://github.com/yinseny)
|[
mansonchor](https://github.com/mansonchor)
|[
okoala](https://github.com/okoala)
| -[
onlylovermb](https://github.com/onlylovermb)
+|[
ngot](https://github.com/ngot)
|[
waitingsong](https://github.com/waitingsong)
|[
onlylovermb](https://github.com/onlylovermb)
|[
snyk-bot](https://github.com/snyk-bot)
|[
BiosSun](https://github.com/BiosSun)
|[
luckydrq](https://github.com/luckydrq)
| +|[
stormslowly](https://github.com/stormslowly)
|[
snapre](https://github.com/snapre)
|[
ZYSzys](https://github.com/ZYSzys)
|[
angleshe](https://github.com/angleshe)
|[
ahungrynoob](https://github.com/ahungrynoob)
|[
yinseny](https://github.com/yinseny)
| +[
mansonchor](https://github.com/mansonchor)
|[
okoala](https://github.com/okoala)
-This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Wed Feb 16 2022 22:55:56 GMT+0800`. +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Jun 04 2022 10:29:49 GMT+0800`. diff --git a/package.json b/package.json index 66d68da9..ae635dcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "4.18.1", + "version": "5.0.0", "description": "egg developer tool", "files": [ "index.js",