diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c47d3ad..e6402f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "crates/does-it-throw": "0.1.13", "crates/does-it-throw-wasm": "0.1.13", - ".": "0.3.1", + ".": "0.3.2", "server": "0.3.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce560d0..58a8a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.3.1...does-it-throw-vscode-v0.3.2) (2023-12-17) + + +### Bug Fixes + +* gifs not populating in vscode marketplace ([#85](https://github.com/michaelangeloio/does-it-throw/issues/85)) ([15a93d7](https://github.com/michaelangeloio/does-it-throw/commit/15a93d70c94e7de3139e79516fbe43a31701dfa6)) + ## [0.3.1](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.3.0...does-it-throw-vscode-v0.3.1) (2023-12-17) diff --git a/package-lock.json b/package-lock.json index 4324047..db18504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "does-it-throw-vscode", - "version": "0.3.1", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "does-it-throw-vscode", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "workspaces": [ "client", diff --git a/package.json b/package.json index 8175e89..eedd9f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "does-it-throw-vscode", - "version": "0.3.1", + "version": "0.3.2", "main": "./client/out/extension.js", "displayName": "Does It Throw?", "description": "easily find throw statements in your JS, TS, and JSX files!",