chore(release): 1.2.1

master
Garrett Mills 3 years ago
parent 6dcc1b7c9d
commit 1149fc054a

@ -2,6 +2,14 @@
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.1](https://github.com/simllll/node-radius-server/compare/v1.2.0...v1.2.1) (2021-10-24)
### Bug Fixes
* pkg upgrades and small fixes ([5290ac3](https://github.com/simllll/node-radius-server/commit/5290ac37c0da907b2e59a0b2cf20a8f8e473baca))
* remove empty bytes from password buffer in StaticAuth [#116](https://github.com/simllll/node-radius-server/issues/116) ([a06026f](https://github.com/simllll/node-radius-server/commit/a06026f8876656bb7bc5bb6218cf1550e4ea9945))
## [1.2.0](https://github.com/simllll/node-radius-server/compare/v1.1.10...v1.2.0) (2021-01-23)

8226
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
{
"name": "radius-server",
"description": "radius server for google LDAP and TTLS",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"node": ">13.10.1"
},

Loading…
Cancel
Save