diff --git a/CHANGELOG.md b/CHANGELOG.md index 300a22c..beae625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,4 +12,8 @@ I will use this area to keep up with what i did last. ## [Release 1.0.9] -- Added Debug Data \ No newline at end of file +- Added Debug Data + +## [Release 1.0.11] + +- Removed Debug Data \ No newline at end of file diff --git a/package.json b/package.json index dd0c146..cc533dd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cstmgames-fivem-snippets", "displayName": "CSTMGames FiveM Snippets", "description": "Snippets for FiveM", - "version": "1.0.10", + "version": "1.0.11", "engines": { "vscode": "^1.110.0" }, diff --git a/snippets/cstmcommonfunctions.code-snippets b/snippets/cstmcommonfunctions.code-snippets index 4a19bb5..3befc53 100644 --- a/snippets/cstmcommonfunctions.code-snippets +++ b/snippets/cstmcommonfunctions.code-snippets @@ -174,12 +174,5 @@ "end)" ], "description": "Thread Net Register" - }, - "test": { - "prefix": "debugdata", - "body": [ - "Success this is actually working!" - ], - "description": "test2" } } \ No newline at end of file