chore(release): 1.2.6

This commit is contained in:
Garrett Mills 2021-10-25 10:42:55 -05:00
parent 05278bda0c
commit 3d4a43ee82
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.6](https://code.garrettmills.dev///compare/v1.2.5...v1.2.6) (2021-10-25)
### [1.2.5](https://code.garrettmills.dev///compare/v1.2.4...v1.2.5) (2021-10-25)
### [1.2.4](https://code.garrettmills.dev///compare/v1.2.3...v1.2.4) (2021-10-24)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "radius-server",
"version": "1.2.5",
"version": "1.2.6",
"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.5",
"version": "1.2.6",
"engines": {
"node": ">13.10.1"
},