Skip to content

Commit b630c42

Browse files
committed
chore(release): 2.1.4
1 parent fa0ecd4 commit b630c42

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
### [2.1.4](https://github.com/simllll/node-radius-server/compare/v2.1.3...v2.1.4) (2022-04-12)
6+
7+
8+
### Bug Fixes
9+
10+
* context for logger ([fa0ecd4](https://github.com/simllll/node-radius-server/commit/fa0ecd40cec45a1cf03649a825daa3ccd8aea28d))
11+
* further improve logging again ([4715fea](https://github.com/simllll/node-radius-server/commit/4715fea0901d6c95f05559f2d4353bbd76c5ffc9))
12+
* logging cleanup ([6a73c39](https://github.com/simllll/node-radius-server/commit/6a73c39a57c1485998541f7fb6123da25b39bb08))
13+
* logging functionality ([e8010cb](https://github.com/simllll/node-radius-server/commit/e8010cb10ba58de6f8d52859d3a7eccb2373e190))
14+
* logging level mixup ([35d24e5](https://github.com/simllll/node-radius-server/commit/35d24e5046b58ea47f97191a4ad6291d8db2a863))
15+
516
### [2.1.3](https://github.com/simllll/node-radius-server/compare/v2.1.2...v2.1.3) (2022-04-12)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "radius-server",
33
"description": "radius server for google LDAP and TTLS",
4-
"version": "2.1.3",
4+
"version": "2.1.4",
55
"engines": {
66
"node": ">13.10.1"
77
},

0 commit comments

Comments
 (0)