diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 42b0e12..182434e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { "crates/does-it-throw": "0.1.10", "crates/does-it-throw-wasm": "0.1.10", - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ab58e..7e31da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.2.3...does-it-throw-vscode-v0.2.4) (2023-11-09) + + +### Bug Fixes + +* update displayname ([#37](https://github.com/michaelangeloio/does-it-throw/issues/37)) ([cbaa0ad](https://github.com/michaelangeloio/does-it-throw/commit/cbaa0ad7a151559807985f6a4fde0dbd528cdd8a)) + ## [0.2.3](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.2.2...does-it-throw-vscode-v0.2.3) (2023-11-09) diff --git a/package-lock.json b/package-lock.json index 7c45be3..f600cf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "does-it-throw", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "does-it-throw", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "workspaces": [ "client", diff --git a/package.json b/package.json index 1542a2c..5567640 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "does-it-throw-vscode", - "version": "0.2.3", + "version": "0.2.4", "main": "./client/out/extension.js", "displayName": "Does It Throw?", "description": "easily find throw statements in your JS, TS, and JSX files!",