diff --git a/History.md b/History.md index c00ff37b..5b27f20a 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +4.18.0 / 2022-02-16 +================== + +**features** + * [[`4a54cec`](http://github.com/eggjs/egg-bin/commit/4a54cec8561595b33984e41982e8d1da96a6bd47)] - feat: allow loading ts compiler from cwd (#169) (Deng Ruoqi <>) + 4.17.0 / 2022-01-21 ================== diff --git a/README.md b/README.md index 210c2eea..99e6d046 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![NPM version][npm-image]][npm-url] [![build status][github-actions]][github-actions-url] [![Test coverage][codecov-image]][codecov-url] -[![David deps][david-image]][david-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][download-url] @@ -13,8 +12,6 @@ [github-actions-url]: https://github.com/eggjs/egg-bin/actions/workflows/linux-14.yml [codecov-image]: https://codecov.io/gh/eggjs/egg-bin/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/eggjs/egg-bin -[david-image]: https://img.shields.io/david/eggjs/egg-bin.svg?style=flat-square -[david-url]: https://david-dm.org/eggjs/egg-bin [snyk-image]: https://snyk.io/test/npm/egg-bin/badge.svg?style=flat-square [snyk-url]: https://snyk.io/test/npm/egg-bin [download-image]: https://img.shields.io/npm/dm/egg-bin.svg?style=flat-square @@ -282,6 +279,19 @@ run nsp check at /foo/bar with {} [MIT](LICENSE) + + +## Contributors + +|[
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)
+ +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`. + + [mocha]: https://mochajs.org [co-mocha]: https://npmjs.com/co-mocha diff --git a/package.json b/package.json index ff7b3530..51a85aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg-bin", - "version": "4.17.0", + "version": "4.18.0", "description": "egg developer tool", "main": "index.js", "bin": { @@ -46,6 +46,7 @@ "esbuild-register": "^2.5.0", "eslint": "^4.12.1", "eslint-config-egg": "^7.3.1", + "git-contributor": "^1.0.10", "jsdom": "^8.0.1", "mm": "^3.2.0", "mz": "^2.7.0", @@ -62,8 +63,9 @@ "url": "https://github.com/eggjs/egg/issues" }, "homepage": "https://github.com/eggjs/egg-bin", - "author": "fengmk2 (https://fengmk2.com)", + "author": "fengmk2 (https://github.com/fengmk2)", "scripts": { + "contributor": "git-contributor", "lint": "eslint .", "pkgfiles": "node bin/egg-bin.js pkgfiles", "test": "npm run lint -- --fix && npm run test-local",