chore(release): 1.2.4

This commit is contained in:
Garrett Mills 2021-10-24 15:53:09 -05:00
parent d494db0b29
commit f9e7ae1bbb
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.4](https://code.garrettmills.dev///compare/v1.2.3...v1.2.4) (2021-10-24)
### [1.2.3](https://code.garrettmills.dev///compare/v1.2.2...v1.2.3) (2021-10-24)
### [1.2.2](https://code.garrettmills.dev///compare/v1.2.1...v1.2.2) (2021-10-24)

2
package-lock.json generated
View File

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