Skip to content

Commit f0a2a0f

Browse files
committed
New release
1 parent 1f21694 commit f0a2a0f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.1] - 2025-09-29
6+
7+
### Fixed
8+
9+
- Fixed GitHub Release attachment workflow so the generated `.vsix` is attached to releases (publish job now generates `release/vscode-usecode-syntax.vsix`).
10+
511
## [0.1.0] - 2025-09-28
612

713
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "usecode-syntax",
33
"displayName": "Exult Usecode Syntax",
44
"description": "Syntax highlighting for Exult's UseCode C (UCC) files (.ucc/.uc/.uh), UseCode eXTracted files (.ucxt), and UseCode Assembly files (.uca).",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "Exult",
77
"license": "GPL-2.0-or-later",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)