chore(release): 1.1.0

This commit is contained in:
simon 2020-02-28 10:36:50 +01:00
parent 97b7dfaae1
commit 5bad24e120
3 changed files with 9 additions and 2 deletions

View File

@ -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
View File

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

View File

@ -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"
},