Skip to content

Commit a043f00

Browse files
chore(main): release wit-idl 0.2.3 (#27)
🤖 I have created a release *beep* *boop* --- ## [0.2.3](wit-idl-v0.2.2...wit-idl-v0.2.3) (2023-09-03) ### Features * add basic markdown highlighting in doc-comments ([e64075b](e64075b)) * add simple auto-complete for keywords and built-in types ([7bb2014](7bb2014)) * automatically continue doc-comments (`///`, `/**`) on next line ([b037f85](b037f85)) * configure wordPattern to improve word highlighting and autocomplete suggestions ([7e887c6](7e887c6)) ### Bug Fixes * target newer VSCode to enable extension activation ([5c80b4a](5c80b4a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5c80b4a commit a043f00

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.2.3"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.3](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.2...wit-idl-v0.2.3) (2023-09-03)
4+
5+
6+
### Features
7+
8+
* add basic markdown highlighting in doc-comments ([e64075b](https://github.com/bytecodealliance/vscode-wit/commit/e64075b4c76041e3262f690b1e8f918bc69b74b6))
9+
* add simple auto-complete for keywords and built-in types ([7bb2014](https://github.com/bytecodealliance/vscode-wit/commit/7bb2014f3d08b3d5a7084008163b2580d758366f))
10+
* automatically continue doc-comments (`///`, `/**`) on next line ([b037f85](https://github.com/bytecodealliance/vscode-wit/commit/b037f853533db8323dd988f98afe0951440b7bf6))
11+
* configure wordPattern to improve word highlighting and autocomplete suggestions ([7e887c6](https://github.com/bytecodealliance/vscode-wit/commit/7e887c6e50ff76576abc4d7ef45cc61e626124fc))
12+
13+
14+
### Bug Fixes
15+
16+
* target newer VSCode to enable extension activation ([5c80b4a](https://github.com/bytecodealliance/vscode-wit/commit/5c80b4ad730f79100ced29970e963d034ff09dc6))
17+
318
## [0.2.2](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.1...wit-idl-v0.2.2) (2023-09-03)
419

520

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": "WIT IDL",
44
"description": "WebAssembly Interface Type (WIT) IDL Extension for VSCode",
55
"private": true,
6-
"version": "0.2.2",
6+
"version": "0.2.3",
77
"publisher": "bytecodealliance",
88
"icon": "images/wit-icon.png",
99
"repository": {

0 commit comments

Comments
 (0)