Skip to content

Commit d6faf79

Browse files
chore(release): 5.15.1 [skip ci]
1 parent 47e007a commit d6faf79

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [5.15.1](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.15.0...v5.15.1) (2026-02-02)
4+
5+
### 🐛 Bug Fixes
6+
7+
- **socket-utils:** reduce excessive logging on connection failures ([47e007a](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/47e007ae21023ca3001c68f567f29de5497ea46f))
8+
39
## [5.15.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.14.0...v5.15.0) (2026-02-02)
410

511
### 🌟 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.15.0",
4+
"version": "5.15.1",
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.15.0",
5+
"version": "5.15.1",
66
"keywords": [
77
"amx",
88
"netlinx",

0 commit comments

Comments
 (0)