Skip to content

Commit e4c1ca6

Browse files
chore(main): release wit-idl 0.3.1 (#32)
🤖 I have created a release *beep* *boop* --- ## [0.3.1](wit-idl-v0.3.0...wit-idl-v0.3.1) (2023-09-05) ### Bug Fixes * missing resource methods ([#31](#31)) ([36d0ceb](36d0ceb)) --- 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 36d0ceb commit e4c1ca6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.0...wit-idl-v0.3.1) (2023-09-05)
4+
5+
6+
### Bug Fixes
7+
8+
* missing resource methods ([#31](https://github.com/bytecodealliance/vscode-wit/issues/31)) ([36d0ceb](https://github.com/bytecodealliance/vscode-wit/commit/36d0ceb7a565b3b7e48b696c6322ffb88ea6e3c0))
9+
310
## [0.3.0](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.3...wit-idl-v0.3.0) (2023-09-04)
411

512

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

0 commit comments

Comments
 (0)