Skip to content

Commit fd9eec0

Browse files
committed
V1.1.8 - Updated ReadMe & new changelog
2 parents f165a13 + 0e040bf commit fd9eec0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1. [**V1.1.8 - Updated ReadMe - `f165a13`**](https://github.com/0xGrayy/malwareSniffer/commit/f165a139449bc1b82da560bb7bca01e5c36837d8)
2+
1. [**V1.1.8 - `bccb3d8`**](https://github.com/0xGrayy/malwareSniffer/commit/bccb3d8ab0214edf873da1f47a138631fdf16334)
13
1. [**V1.1.7 - File Scanner & Readme - `aa3379b`**](https://github.com/0xGrayy/malwareSniffer/commit/aa3379bd69c182a7946a82674a42d1fa6ce9829b)
24
1. [**V1.1.7 - File Scanner - `34c4c55`**](https://github.com/0xGrayy/malwareSniffer/commit/34c4c552c02d1e6413b15132813dac4f187350c3)
35
1. [**V1.1.6 - Edited Readme & new changelog - `fc0e0ac`**](https://github.com/0xGrayy/malwareSniffer/commit/fc0e0accbfbf4dbfb26fb48fabc4f94c84f46138)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"start": "node dist/index.js",
99
"autobuild": "npx tsc -w",
1010
"autostart": "cls && npx tsc && node dist/index.js",
11-
"push": "git add . && git commit -m \"V1.1.8 - Updated ReadMe\" && git push",
11+
"push": "git add . && git commit -m \"V1.1.8 - Updated ReadMe & new changelog\" && git push",
1212
"changelog": "git log --pretty=format:\"1. [**%s - `%h`**](https://github.com/0xGrayy/malwareSniffer/commit/%H)\" > CHANGELOG.md"
1313
},
1414
"keywords": [],

0 commit comments

Comments
 (0)