Skip to content

Commit de968e6

Browse files
chore(release): 2.0.0 [skip ci]
1 parent e9af16b commit de968e6

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/compare/v1.0.0...v2.0.0) (2025-01-16)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
- update property to just PATH
8+
9+
### 🌟 Features
10+
11+
- calculate and show total bytes read ([5e6973b](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/5e6973b26ee183cedda249b5bc3490111520d265))
12+
- update property to just PATH ([c800c6b](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/c800c6b2f6468e13335bf9abbef967db39aa2042))
13+
14+
### 🚀 Performance
15+
16+
- reduce size of data variable ([cc18343](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/cc18343daa613dc25c5552b7b0210e4153aa33ee))
17+
318
## 1.0.0 (2024-03-20)
419

520
### 🌟 Features
621

7-
- add debug messaging ([d33abbd](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/d33abbdafc67021710b327f7f7eb61c9a598026f))
8-
- setup semantic-release ([9a0218f](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/9a0218fcbbc259c7307fb83e8f6cf72633a33b42))
22+
- add debug messaging ([d33abbd](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/d33abbdafc67021710b327f7f7eb61c9a598026f))
23+
- setup semantic-release ([9a0218f](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/9a0218fcbbc259c7307fb83e8f6cf72633a33b42))
924

1025
### 📖 Documentation
1126

12-
- update readme description ([6d1bc07](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/6d1bc07653344815d27aec7d0074ea5f8ee65f47))
27+
- update readme description ([6d1bc07](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/6d1bc07653344815d27aec7d0074ea5f8ee65f47))

manifest.json

Lines changed: 2 additions & 2 deletions
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": "1.0.0",
4+
"version": "2.0.0",
55
"license": "MIT",
66
"files": ["src/*.axs", "src/*.tko", "lib/*.axi", "SymLink.ps1", "LICENSE", "README.md"],
77
"repository": {
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": [
1515
{
16-
"version": "^1.25.0",
16+
"version": "2.0.0",
1717
"url": "github.com/Norgate-AV/NAVFoundation.Amx"
1818
}
1919
]

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": "1.0.0",
4+
"version": "2.0.0",
55
"keywords": [
66
"amx",
77
"netlinx",

0 commit comments

Comments
 (0)