Skip to content

Commit 3b87462

Browse files
committed
Release 1.2.0
1 parent fe81a41 commit 3b87462

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed

AUTHORS

Lines changed: 0 additions & 9 deletions
This file was deleted.

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
1.2.0 / 2022-04-29
3+
==================
4+
5+
**features**
6+
* [[`fe81a41`](http://github.com/node-modules/address/commit/fe81a415403ba46d7bc09d76a2f9fc46bc2fc803)] - feat: address.ip() supports node 18 (#26) (Yuheng Zhang <<zhangyuheng91@gmail.com>>)
7+
28
1.1.2 / 2019-08-26
39
==================
410

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,14 @@ run `$ npm run benchmark`
9898
## License
9999

100100
[MIT](LICENSE.txt)
101+
<!-- GITCONTRIBUTOR_START -->
102+
103+
## Contributors
104+
105+
|[<img src="https://avatars.githubusercontent.com/u/156269?v=4" width="100px;"/><br/><sub><b>fengmk2</b></sub>](https://github.com/fengmk2)<br/>|[<img src="https://avatars.githubusercontent.com/u/1147375?v=4" width="100px;"/><br/><sub><b>alsotang</b></sub>](https://github.com/alsotang)<br/>|[<img src="https://avatars.githubusercontent.com/u/1409643?v=4" width="100px;"/><br/><sub><b>mariodu</b></sub>](https://github.com/mariodu)<br/>|[<img src="https://avatars.githubusercontent.com/u/11351322?v=4" width="100px;"/><br/><sub><b>mathieutu</b></sub>](https://github.com/mathieutu)<br/>|[<img src="https://avatars.githubusercontent.com/u/2139038?v=4" width="100px;"/><br/><sub><b>zhangyuheng</b></sub>](https://github.com/zhangyuheng)<br/>|[<img src="https://avatars.githubusercontent.com/u/1400114?v=4" width="100px;"/><br/><sub><b>coolme200</b></sub>](https://github.com/coolme200)<br/>|
106+
| :---: | :---: | :---: | :---: | :---: | :---: |
107+
[<img src="https://avatars.githubusercontent.com/u/5856440?v=4" width="100px;"/><br/><sub><b>whxaxes</b></sub>](https://github.com/whxaxes)<br/>
108+
109+
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri Apr 29 2022 20:59:23 GMT+0800`.
110+
111+
<!-- GITCONTRIBUTOR_END -->

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "address",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Get current machine IP, MAC and DNS servers.",
55
"main": "lib/address.js",
66
"types": "lib/address.d.ts",
@@ -13,14 +13,14 @@
1313
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- --check-leaks -t 5000 test/*.test.js",
1414
"benchmark": "matcha",
1515
"autod": "autod -w --prefix '^'",
16-
"contributors": "contributors -f plain -o AUTHORS"
16+
"contributors": "git-contributor"
1717
},
1818
"dependencies": {},
1919
"devDependencies": {
2020
"@types/node": "^12.7.2",
2121
"beautify-benchmark": "*",
2222
"benchmark": "*",
23-
"contributors": "*",
23+
"git-contributor": "^1.1.0",
2424
"istanbul": "*",
2525
"matcha": "*",
2626
"mm": "*",
@@ -41,7 +41,7 @@
4141
"mac"
4242
],
4343
"engines": {
44-
"node": ">= 0.12.0"
44+
"node": ">= 10.0.0"
4545
},
4646
"author": "fengmk2 <fengmk2@gmail.com>",
4747
"license": "MIT"

0 commit comments

Comments
 (0)