We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690766c commit 790a935Copy full SHA for 790a935
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [1.2.1](https://github.com/joncodeofficial/vicecode/compare/v1.2.0...v1.2.1) (2026-06-01)
6
+
7
+### Bug Fixes
8
9
+* exclude dist folder from vsix package ([690766c](https://github.com/joncodeofficial/vicecode/commit/690766c6c57562c36e893de81c8ce3dbfc8391e0))
10
11
## [1.2.0](https://github.com/joncodeofficial/vicecode/compare/v1.1.1...v1.2.0) (2026-05-31)
12
13
### Features
package.json
@@ -2,7 +2,7 @@
"name": "vicecode",
"displayName": "ViceCode",
"description": "GTA Vice City WASM inside VS Code",
- "version": "1.2.0",
+ "version": "1.2.1",
"engines": {
"vscode": "^1.120.0"
},
0 commit comments