Skip to content

Commit 31a5c56

Browse files
chore(release): 5.14.0 [skip ci]
1 parent e49d490 commit 31a5c56

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## [5.14.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.13.2...v5.14.0) (2026-02-01)
4+
5+
### 🌟 Features
6+
7+
- **socket-utils:** add high-level connection management API ([3faefc0](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/3faefc09818ea6f97e7a9b89ecfcc012262cf68c))
8+
- **net-utils:** add NAVNetIsMalformedIP and NAVNetParseHostname functions ([221903f](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/221903fdf3d365fe0c2b404e02012a71d1f5f542))
9+
- **string-utils:** add NAVParseBoolean function ([2892cf7](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/2892cf72a094a81f68dccea90db22dc0f16b7cb9))
10+
311
## [5.13.2](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.13.1...v5.13.2) (2026-01-30)
412

513
### 🐛 Bug Fixes

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.13.2",
4+
"version": "5.14.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.13.2",
5+
"version": "5.14.0",
66
"keywords": [
77
"amx",
88
"netlinx",

0 commit comments

Comments
 (0)