chore(release): 1.1.0

master
simon 4 years ago
parent 97b7dfaae1
commit 5bad24e120

@ -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.0](https://github.com/simllll/node-radius-server/compare/v1.0.0...v1.1.0) (2020-02-28)
### Features
* **cli:** allow setting config vars via cli ([d9ff95b](https://github.com/simllll/node-radius-server/commit/d9ff95bbbbea9ade9721e3f5d4dc2323988da3d6))
## 1.0.0 (2020-02-27)

2
package-lock.json generated

@ -1,6 +1,6 @@
{
"name": "radius-server",
"version": "1.0.0",
"version": "1.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -1,7 +1,7 @@
{
"name": "radius-server",
"description": "radius server for google LDAP and TTLS",
"version": "1.0.0",
"version": "1.1.0",
"engines": {
"node": ">13.9.x"
},

Loading…
Cancel
Save