chore(release): 1.1.8
This commit is contained in:
parent
55e6dc4b0b
commit
a9095e0703
@ -2,6 +2,13 @@
|
||||
|
||||
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.8](https://github.com/simllll/node-radius-server/compare/v1.1.7...v1.1.8) (2020-09-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **tls:** allow tls v1.0 ([55e6dc4](https://github.com/simllll/node-radius-server/commit/55e6dc4b0b2ddc2d24704a0ef57c56b8905e7aa4))
|
||||
|
||||
### [1.1.7](https://github.com/simllll/node-radius-server/compare/v1.1.5...v1.1.7) (2020-08-05)
|
||||
|
||||
|
||||
|
1005
package-lock.json
generated
1005
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "radius-server",
|
||||
"description": "radius server for google LDAP and TTLS",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"engines": {
|
||||
"node": ">13.10.1"
|
||||
},
|
||||
@ -43,17 +43,17 @@
|
||||
},
|
||||
"license": "GPLv3",
|
||||
"devDependencies": {
|
||||
"ts-node": "^8.10.2",
|
||||
"standard-version": "^8.0.2",
|
||||
"@hokify/eslint-config": "^0.4.42",
|
||||
"ts-node": "^9.0.0",
|
||||
"standard-version": "^9.0.0",
|
||||
"@hokify/eslint-config": "^0.4.48",
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/ldapjs": "^1.0.9",
|
||||
"@types/mocha": "^8.0.1",
|
||||
"@types/mocha": "^8.0.3",
|
||||
"@types/radius": "0.0.28",
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^7.6.0",
|
||||
"mocha": "^8.1.1",
|
||||
"prettier": "^2.0.5",
|
||||
"typescript": "^3.9.7"
|
||||
"eslint": "^7.8.1",
|
||||
"mocha": "^8.1.3",
|
||||
"prettier": "^2.1.1",
|
||||
"typescript": "^4.0.2"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user