Skip to content

Commit f99ef9b

Browse files
chore(release): 5.15.0 [skip ci]
1 parent cc3b0e0 commit f99ef9b

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.15.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.14.0...v5.15.0) (2026-02-02)
4+
5+
### 🌟 Features
6+
7+
- **core:** add \_NAVOptionalDevice struct for optional module integrations ([896d60f](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/896d60f214d6c839f3b99b622554d7092de79f99))
8+
- **modulebase:** add CLOUDLOG_DEVICE property constant ([f56464e](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/f56464e1b826f109d3eb86e32930434c78089801))
9+
- **string-utils:** add multi-base parsing and digit validation helpers ([cc3b0e0](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/cc3b0e01963a87f7074ffe1e789f9c56b9e13f2d))
10+
- **binary-utils:** add NAVBinaryCountLeadingZeros function ([8519d84](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/8519d84ed87dca6bf61fb5582d3678395df21666))
11+
312
## [5.14.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.13.2...v5.14.0) (2026-02-01)
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.14.0",
4+
"version": "5.15.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.14.0",
5+
"version": "5.15.0",
66
"keywords": [
77
"amx",
88
"netlinx",

0 commit comments

Comments
 (0)