Skip to content

Commit fe8a69e

Browse files
committed
feat: Add auto publish and bump version to 1.0.2
1 parent 0d8e5df commit fe8a69e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ Added KeyMapping.
4040

4141
- Added project scaffolding command `fivem-snippets.createProject` which can scaffold a basic FiveM resource (creates `html/`, `client/main.lua`, `server/main.lua`, `Config.lua`, and `fxmanifest.lua`).
4242
- Added Debug function to snippets.
43+
44+
### 1.0.2
45+
46+
- Added auto publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fivem-snippets",
33
"displayName": "Fivem Snippets",
44
"description": "This extension will provide vscode with useful code snippets for FiveM",
5-
"version": "1.0.1",
5+
"version": "1.0.2",
66
"icon": "logo.png",
77
"main": "./dist/extension.js",
88
"activationEvents": [

0 commit comments

Comments
 (0)