Skip to content

Commit fd583fe

Browse files
chore(release): 5.18.0 [skip ci]
1 parent 3e07b1d commit fd583fe

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.18.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.17.0...v5.18.0) (2026-02-11)
4+
5+
### 🌟 Features
6+
7+
- **encoding:** add base64url library ([a8eed65](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/a8eed65ec1319e58042aaefebd627ad1628c2e8d))
8+
- **cryptography:** add hmac library ([57e0066](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/57e0066a23daba003fc089b7ef286ed36a2120f7))
9+
- **jwt:** add initial jwt library implementation ([3e07b1d](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/3e07b1dc1192431282c40090c5507f475737e9f5))
10+
- **toml:** add initial TOML v1.1.0 parser implementation ([9fa77d2](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/9fa77d2769ee15e2674ab339a96345cec2e096e6))
11+
312
## [5.17.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.16.0...v5.17.0) (2026-02-08)
413

514
### 🌟 Features

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NAVFoundation.Amx",
33
"description": "A collection of libraries for NetLinx software development",
4-
"version": "5.17.0",
4+
"version": "5.18.0",
55
"license": "MIT",
66
"files": ["**/*.axi", "SymLink.ps1", "LICENSE", "README.md"],
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "navfoundation.amx",
33
"displayName": "NAVFoundation.Amx",
44
"description": "A collection of libraries for NetLinx software development",
5-
"version": "5.17.0",
5+
"version": "5.18.0",
66
"keywords": [
77
"amx",
88
"netlinx",

0 commit comments

Comments
 (0)