Skip to content

Commit 7a3a859

Browse files
chore(release): 2.2.1 [skip ci]
1 parent 89cf75e commit 7a3a859

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [2.2.1](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/compare/v2.2.0...v2.2.1) (2025-09-18)
4+
5+
### 🐛 Bug Fixes
6+
7+
- correctly check for empty lines ([89cf75e](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/89cf75ec95d24f0ba7241f0b3dcc5aa48d0acde7))
8+
9+
### 🚀 Performance
10+
11+
- read entire file and parse ([ae49dd8](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/ae49dd85786f8bbf3c2d154dbd10f467a6269c71))
12+
313
## [2.2.0](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/compare/v2.1.0...v2.2.0) (2025-03-12)
414

515
### 🌟 Features

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NAVDatabase.Amx.ConfigFromFile",
33
"description": "NetLinx module for reading configuration from a file",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"license": "MIT",
66
"files": ["src/*.axs", "src/*.tko", "lib/*.axi", "SymLink.ps1", "LICENSE", "README.md"],
77
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "navdatabase.amx.configfromfile",
33
"displayName": "NAVDatabase.Amx.ConfigFromFile",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"keywords": [
66
"amx",
77
"netlinx",

0 commit comments

Comments
 (0)