From 683bb7851a7e08ff5f8c57688c7b8170cc8de7ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:10:18 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- server/CHANGELOG.md | 7 +++++++ server/package.json | 2 +- 6 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c47d3ad..4b18a3f 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", - "server": "0.3.1" + ".": "0.3.2", + "server": "0.3.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce560d0..ea4099b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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)) +* update server package.json keywords ([#87](https://github.com/michaelangeloio/does-it-throw/issues/87)) ([c19717d](https://github.com/michaelangeloio/does-it-throw/commit/c19717d96a09152d959bfd7d5c3a34ac62f5e26d)) + ## [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!", diff --git a/server/CHANGELOG.md b/server/CHANGELOG.md index 9ac68ab..537c01f 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-lsp-v0.3.1...does-it-throw-lsp-v0.3.2) (2023-12-17) + + +### Bug Fixes + +* update server package.json keywords ([#87](https://github.com/michaelangeloio/does-it-throw/issues/87)) ([c19717d](https://github.com/michaelangeloio/does-it-throw/commit/c19717d96a09152d959bfd7d5c3a34ac62f5e26d)) + ## [0.3.1](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-lsp-v0.3.0...does-it-throw-lsp-v0.3.1) (2023-12-17) diff --git a/server/package.json b/server/package.json index 84cd4ac..310b2b3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,7 +1,7 @@ { "name": "does-it-throw-lsp", "description": "Language Server for Does It Throw", - "version": "0.3.1", + "version": "0.3.2", "author": { "name": "Michael Angelo", "email": "email@michaelangelo.io"