chore(release): 1.2.0

master
simon 3 years ago
parent 652ae86a8a
commit 1843f36c4d

@ -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. 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.2.0](https://github.com/simllll/node-radius-server/compare/v1.1.10...v1.2.0) (2021-01-23)
### Features
* new auth mechnasimn via http post ([#99](https://github.com/simllll/node-radius-server/issues/99)) ([279541a](https://github.com/simllll/node-radius-server/commit/279541a669ca9b70847c7c25f265f1bf77bc8a51))
### [1.1.10](https://github.com/simllll/node-radius-server/compare/v1.1.9...v1.1.10) (2020-12-01) ### [1.1.10](https://github.com/simllll/node-radius-server/compare/v1.1.9...v1.1.10) (2020-12-01)
### [1.1.9](https://github.com/simllll/node-radius-server/compare/v1.1.8...v1.1.9) (2020-09-03) ### [1.1.9](https://github.com/simllll/node-radius-server/compare/v1.1.8...v1.1.9) (2020-09-03)

2
package-lock.json generated

@ -1,6 +1,6 @@
{ {
"name": "radius-server", "name": "radius-server",
"version": "1.1.10", "version": "1.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

@ -1,7 +1,7 @@
{ {
"name": "radius-server", "name": "radius-server",
"description": "radius server for google LDAP and TTLS", "description": "radius server for google LDAP and TTLS",
"version": "1.1.10", "version": "1.2.0",
"engines": { "engines": {
"node": ">13.10.1" "node": ">13.10.1"
}, },

Loading…
Cancel
Save