Skip to content

Commit 007b330

Browse files
committed
Update version to 1.0.1 and add CHANGELOG for release notes
1 parent c3c5d6a commit 007b330

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change Log
2+
3+
## [1.0.1] - 2024-01-09 15:30:00
4+
5+
### Changed
6+
- Updated publisher ID from ControlForge to ControlForgeSystems
7+
- Removed Hello World sample command
8+
- Improved extension description for marketplace listing
9+
- Updated repository and website URLs
10+
11+
## [1.0.0] - 2024-01-09
12+
13+
### Added
14+
- Initial release
15+
- Syntax highlighting for Structured Text
16+
- Basic syntax validation
17+
- Support for .st and .iecst files
18+
- IEC 61131-3 language features

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "controlforge-structured-text",
33
"displayName": "Structured Text",
44
"description": "Full-featured Structured Text (IEC 61131-3) development environment with syntax highlighting, code completion, and validation for PLC programming",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": "Michael Distel",
77
"publisher": "ControlForgeSystems",
88
"license": "BUSL-1.1",
@@ -66,7 +66,8 @@
6666
"vscode:prepublish": "npm run compile",
6767
"compile": "tsc -p ./",
6868
"watch": "tsc -watch -p ./",
69-
"package": "vsce package"
69+
"package": "vsce package",
70+
"publish": "vsce publish"
7071
},
7172
"devDependencies": {
7273
"@types/node": "16.x",

0 commit comments

Comments
 (0)