diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc1b20..6994f54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.2.0...wit-idl-v0.2.1) (2023-09-02) + + +### Bug Fixes + +* remove commitlint config file from extension package ([#23](https://github.com/bytecodealliance/vscode-wit/issues/23)) ([b75af2d](https://github.com/bytecodealliance/vscode-wit/commit/b75af2d050344f545f6c7dc848a6cd8a01160517)) + ## [0.2.0](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.1.2...wit-idl-v0.2.0) (2023-07-08) diff --git a/package-lock.json b/package-lock.json index da8f526..34b1c9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wit-idl", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wit-idl", - "version": "0.1.2", + "version": "0.2.1", "license": "Apache-2.0 WITH LLVM-exception", "devDependencies": { "@vscode/vsce": "^2.19.0", diff --git a/package.json b/package.json index f68421e..5e7ec5c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "WIT IDL", "description": "WebAssembly Interface Type (WIT) IDL Extension for VSCode", "private": true, - "version": "0.2.0", + "version": "0.2.1", "publisher": "bytecodealliance", "icon": "images/wit-icon.png", "repository": {