Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renxia committed Dec 25, 2023
1 parent 0973735 commit f47ea2c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.1.0](https://github.com/lzwme/get-physical-address/compare/v1.0.5...v1.1.0) (2023-12-25)


### Features

* 新增 getArpTable 方法 ([02fac9b](https://github.com/lzwme/get-physical-address/commit/02fac9bce34fadf4b503d6236a5a7c93e0c40d0c))


### Bug Fixes

* 新增 vEthernet 虚拟网卡关键字 ([0973735](https://github.com/lzwme/get-physical-address/commit/0973735a49d35ff32f6541c3ed6d950433273832))

### [1.0.5](https://github.com/lzwme/get-physical-address/compare/v1.0.4...v1.0.5) (2023-07-12)

### Bug Fixes
Expand Down
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lzwme/get-physical-address",
"version": "1.0.5",
"version": "1.1.0",
"description": "Try get the physical address(hardware MAC address) of the hosts network interfaces. Filter the virtual machine network card, VPN virtual network card, etc., and return the real MAC address information of the physical network card.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -38,6 +38,7 @@
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.ts\" --write",
"fix:lint": "eslint src --ext .ts --fix",
"lint": "flh --eslint --tscheck --prettier",
"test": "run-s test:*",
"test:lint": "eslint src --ext .ts",
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
Expand Down Expand Up @@ -72,29 +73,29 @@
},
"devDependencies": {
"@jest/core": "^29",
"@lzwme/fed-lint-helper": "^2.3.4",
"@swc/core": "^1.3.70",
"@swc/jest": "^0.2.26",
"@types/eslint": "^8.44.0",
"@types/jest": "^29.5.3",
"@lzwme/fed-lint-helper": "^2.5.1",
"@swc/core": "^1.3.101",
"@swc/jest": "^0.2.29",
"@types/eslint": "^8.56.0",
"@types/jest": "^29.5.11",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"console-log-colors": "^0.4.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-unicorn": "^50.0.1",
"husky": "^8.0.3",
"iconv-lite": "^0.6.3",
"jest": "^29",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier": "^3.1.1",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6"
"ts-node": "^10.9.2",
"typedoc": "^0.25.4",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]"
}

0 comments on commit f47ea2c

Please sign in to comment.