chore(release): 1.2.2

This commit is contained in:
Garrett Mills 2021-10-24 15:39:43 -05:00
parent cf4feb9595
commit 3d1d997f43
3 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
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.2](https://code.garrettmills.dev///compare/v1.2.1...v1.2.2) (2021-10-24)
### [1.2.1](https://github.com/simllll/node-radius-server/compare/v1.2.0...v1.2.1) (2021-10-24)

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@coreid/radius-server",
"description": "CoreID fork of radius server for google LDAP and TTLS",
"version": "1.2.1",
"version": "1.2.2",
"engines": {
"node": ">13.10.1"
},