Skip to content

Commit ef435de

Browse files
chore(release): 5.16.0 [skip ci]
1 parent 30b68a6 commit ef435de

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.16.0](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.15.1...v5.16.0) (2026-02-03)
4+
5+
### 🌟 Features
6+
7+
- **xml:** add initial XML 1.0 parser with dot-notation query system ([3982b35](https://github.com/Norgate-AV/NAVFoundation.Amx/commit/3982b35fcca1db85352d1760ba36dbbf199b503b))
8+
39
## [5.15.1](https://github.com/Norgate-AV/NAVFoundation.Amx/compare/v5.15.0...v5.15.1) (2026-02-02)
410

511
### 🐛 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.15.1",
4+
"version": "5.16.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.15.1",
5+
"version": "5.16.0",
66
"keywords": [
77
"amx",
88
"netlinx",

0 commit comments

Comments
 (0)