Skip to content

Commit 2ff70f7

Browse files
committed
chore(release): 0.4.0
1 parent f89d202 commit 2ff70f7

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [0.4.0](https://github.com/mvsde/vscode-webc/compare/v0.3.0...v0.4.0) (2024-07-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Don’t require Eleventy project ([6f8cf40](https://github.com/mvsde/vscode-webc/commit/6f8cf409cb900967948e743ca3b61df8c6e80c1a))
7+
* Mark boolean attributes for completion ([6e09f4e](https://github.com/mvsde/vscode-webc/commit/6e09f4e62519ad270f3c6d8602c0101e4bb7bb3d))
8+
9+
10+
### Features
11+
12+
* Add basic semantic highlighting for tags and attributes ([d6294ef](https://github.com/mvsde/vscode-webc/commit/d6294ef7db9aaecff921a24b7f6134ab0e4e58e1))
13+
14+
15+
116
# [0.3.0](https://github.com/mvsde/vscode-webc/compare/v0.2.0...v0.3.0) (2024-07-09)
217

318

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "WebC for VS Code",
44
"description": "Language support for the WebC template language",
55
"publisher": "fynn",
6-
"version": "0.3.0",
6+
"version": "0.4.0",
77
"preview": true,
88
"license": "MIT",
99
"categories": [

0 commit comments

Comments
 (0)