Skip to content

Commit c91a15f

Browse files
chore(main): release wit-idl 0.3.0 (#29)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](wit-idl-v0.2.3...wit-idl-v0.3.0) (2023-09-04) ### ⚠ BREAKING CHANGES * The `union` type has been removed from the WIT grammar. ### Bug Fixes * remove union typedef ([#28](#28)) ([8b97b47](8b97b47)) --- 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 8b97b47 commit c91a15f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.github/release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.3...wit-idl-v0.3.0) (2023-09-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The `union` type has been removed from the WIT grammar.
9+
10+
### Bug Fixes
11+
12+
* remove union typedef ([#28](https://github.com/bytecodealliance/vscode-wit/issues/28)) ([8b97b47](https://github.com/bytecodealliance/vscode-wit/commit/8b97b47b98a9fcf018cc5a879c0f30b44866d911))
13+
314
## [0.2.3](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.2...wit-idl-v0.2.3) (2023-09-03)
415

516

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.3",
6+
"version": "0.3.0",
77
"publisher": "bytecodealliance",
88
"icon": "images/wit-icon.png",
99
"repository": {

0 commit comments

Comments
 (0)