Skip to content

Commit fbb304e

Browse files
chore(release): 1.0.0 [skip ci]
1 parent d33abbd commit fbb304e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-03-20)
4+
5+
### 🌟 Features
6+
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))
9+
10+
### 📖 Documentation
11+
12+
- update readme description ([6d1bc07](https://github.com/Norgate-AV/NAVDatabase.Amx.ConfigFromFile/commit/6d1bc07653344815d27aec7d0074ea5f8ee65f47))

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": "0.0.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"files": ["src/*.tko", "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": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"amx",
77
"netlinx",

0 commit comments

Comments
 (0)