From f5a58ed5e89bccdc7b93f2296e3a8f1f7a3f1984 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:05:33 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 8 ++++---- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- crates/does-it-throw-wasm/CHANGELOG.md | 9 +++++++++ crates/does-it-throw-wasm/Cargo.toml | 2 +- jetbrains/CHANGELOG.md | 13 +++++++++++++ jetbrains/gradle.properties | 2 +- jetbrains/version.txt | 2 +- package-lock.json | 4 ++-- package.json | 2 +- server/CHANGELOG.md | 9 +++++++++ server/package.json | 2 +- 12 files changed, 61 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c5ed62d..fbf7306 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "crates/does-it-throw": "0.1.15", - "crates/does-it-throw-wasm": "0.1.15", - ".": "0.3.3", - "server": "0.3.3", - "jetbrains": "0.3.3" + "crates/does-it-throw-wasm": "0.2.0", + ".": "0.4.0", + "server": "0.4.0", + "jetbrains": "0.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7802a..0484964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.4.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.3.3...does-it-throw-vscode-v0.4.0) (2024-01-05) + + +### Features + +* **deps-dev:** bump mockall from 0.12.0 to 0.12.1 ([#101](https://github.com/michaelangeloio/does-it-throw/issues/101)) ([211b21f](https://github.com/michaelangeloio/does-it-throw/commit/211b21f402d94b8bbf26e92b0185aeb5b1b0d196)) +* **deps-dev:** bump typescript from 5.2.2 to 5.3.3 ([#102](https://github.com/michaelangeloio/does-it-throw/issues/102)) ([5f45eff](https://github.com/michaelangeloio/does-it-throw/commit/5f45eff8493f674470331c252bdfc2f558d96c3f)) +* **deps:** bump serde_json from 1.0.108 to 1.0.109 ([#109](https://github.com/michaelangeloio/does-it-throw/issues/109)) ([5a28b3f](https://github.com/michaelangeloio/does-it-throw/commit/5a28b3f26992c4bca9d7bb276efdd27fa5b9a53a)) +* **deps:** bump swc_ecma_parser from 0.141.33 to 0.141.34 ([#110](https://github.com/michaelangeloio/does-it-throw/issues/110)) ([482be78](https://github.com/michaelangeloio/does-it-throw/commit/482be78a20732f350377d4e534afae1053080e58)) +* initial jetbrains/intellij support ([#104](https://github.com/michaelangeloio/does-it-throw/issues/104)) ([455d763](https://github.com/michaelangeloio/does-it-throw/commit/455d7635128646c57bbbc5811b75a526cb8adc64)) + + +### Bug Fixes + +* adjust readme to adhere to jetbrains marketplace guidelines ([#115](https://github.com/michaelangeloio/does-it-throw/issues/115)) ([6d68139](https://github.com/michaelangeloio/does-it-throw/commit/6d68139151f43f06033fd4517baee5c3d53e287c)) +* release please setup for jetbrains ([#107](https://github.com/michaelangeloio/does-it-throw/issues/107)) ([df6b9bb](https://github.com/michaelangeloio/does-it-throw/commit/df6b9bba97d79c1bf0cdda6d306403cd2cd8707e)) +* rename jetbrains release-please package name ([#108](https://github.com/michaelangeloio/does-it-throw/issues/108)) ([92791a2](https://github.com/michaelangeloio/does-it-throw/commit/92791a2abc7f29f3087460229f6c5a4ee93c62dc)) + ## [0.3.3](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.3.2...does-it-throw-vscode-v0.3.3) (2023-12-24) diff --git a/Cargo.lock b/Cargo.lock index 4f63cca..10db4ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "does-it-throw-wasm" -version = "0.1.15" +version = "0.2.0" dependencies = [ "does-it-throw", "mockall", diff --git a/crates/does-it-throw-wasm/CHANGELOG.md b/crates/does-it-throw-wasm/CHANGELOG.md index 7e547da..8b12e63 100644 --- a/crates/does-it-throw-wasm/CHANGELOG.md +++ b/crates/does-it-throw-wasm/CHANGELOG.md @@ -8,6 +8,15 @@ * dependencies * does-it-throw bumped from 0.1.14 to 0.1.15 +## [0.2.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.1.15...does-it-throw-wasm-v0.2.0) (2024-01-05) + + +### Features + +* **deps-dev:** bump mockall from 0.12.0 to 0.12.1 ([#101](https://github.com/michaelangeloio/does-it-throw/issues/101)) ([211b21f](https://github.com/michaelangeloio/does-it-throw/commit/211b21f402d94b8bbf26e92b0185aeb5b1b0d196)) +* **deps:** bump serde_json from 1.0.108 to 1.0.109 ([#109](https://github.com/michaelangeloio/does-it-throw/issues/109)) ([5a28b3f](https://github.com/michaelangeloio/does-it-throw/commit/5a28b3f26992c4bca9d7bb276efdd27fa5b9a53a)) +* **deps:** bump swc_ecma_parser from 0.141.33 to 0.141.34 ([#110](https://github.com/michaelangeloio/does-it-throw/issues/110)) ([482be78](https://github.com/michaelangeloio/does-it-throw/commit/482be78a20732f350377d4e534afae1053080e58)) + ## [0.1.13](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.1.12...does-it-throw-wasm-v0.1.13) (2023-12-17) diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index 78b6fc6..acd8446 100644 --- a/crates/does-it-throw-wasm/Cargo.toml +++ b/crates/does-it-throw-wasm/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "does-it-throw-wasm" -version = "0.1.15" +version = "0.2.0" description = "a WASM binding for does-it-throw - using SWC" license = "MIT" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" diff --git a/jetbrains/CHANGELOG.md b/jetbrains/CHANGELOG.md index 50ec527..ba16782 100644 --- a/jetbrains/CHANGELOG.md +++ b/jetbrains/CHANGELOG.md @@ -2,6 +2,19 @@ ## Unreleased +## [0.4.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-jetbrains-v0.3.3...does-it-throw-jetbrains-v0.4.0) (2024-01-05) + + +### Features + +* initial jetbrains/intellij support ([#104](https://github.com/michaelangeloio/does-it-throw/issues/104)) ([455d763](https://github.com/michaelangeloio/does-it-throw/commit/455d7635128646c57bbbc5811b75a526cb8adc64)) + + +### Bug Fixes + +* adjust readme to adhere to jetbrains marketplace guidelines ([#115](https://github.com/michaelangeloio/does-it-throw/issues/115)) ([6d68139](https://github.com/michaelangeloio/does-it-throw/commit/6d68139151f43f06033fd4517baee5c3d53e287c)) +* release please setup for jetbrains ([#107](https://github.com/michaelangeloio/does-it-throw/issues/107)) ([df6b9bb](https://github.com/michaelangeloio/does-it-throw/commit/df6b9bba97d79c1bf0cdda6d306403cd2cd8707e)) + ## 0.3.3(https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-lsp-v0.3.2...does-it-throw-lsp-v0.3.3) (2023-12-24) ### Bug Fixes diff --git a/jetbrains/gradle.properties b/jetbrains/gradle.properties index b2a5afc..0357513 100644 --- a/jetbrains/gradle.properties +++ b/jetbrains/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=github.aaakk.us.kg.michaelangelio.does-it-throw pluginName=Does it Throw? # x-release-please-start-version -pluginVersion=0.3.3 +pluginVersion=0.4.0 # x-release-please-end pluginSinceBuild=223 pluginUntilBuild=223.* diff --git a/jetbrains/version.txt b/jetbrains/version.txt index 87a0871..1d0ba9e 100644 --- a/jetbrains/version.txt +++ b/jetbrains/version.txt @@ -1 +1 @@ -0.3.3 \ No newline at end of file +0.4.0 diff --git a/package-lock.json b/package-lock.json index 3b9ade2..3c11a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "does-it-throw-vscode", - "version": "0.3.3", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "does-it-throw-vscode", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "workspaces": [ "client", diff --git a/package.json b/package.json index 71a56a7..eb1d82d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "does-it-throw-vscode", - "version": "0.3.3", + "version": "0.4.0", "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 6d2cf5d..bfe6f71 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-lsp-v0.3.3...does-it-throw-lsp-v0.4.0) (2024-01-05) + + +### Features + +* **deps-dev:** bump typescript from 5.2.2 to 5.3.3 ([#102](https://github.com/michaelangeloio/does-it-throw/issues/102)) ([5f45eff](https://github.com/michaelangeloio/does-it-throw/commit/5f45eff8493f674470331c252bdfc2f558d96c3f)) +* **deps:** bump serde_json from 1.0.108 to 1.0.109 ([#109](https://github.com/michaelangeloio/does-it-throw/issues/109)) ([5a28b3f](https://github.com/michaelangeloio/does-it-throw/commit/5a28b3f26992c4bca9d7bb276efdd27fa5b9a53a)) +* **deps:** bump swc_ecma_parser from 0.141.33 to 0.141.34 ([#110](https://github.com/michaelangeloio/does-it-throw/issues/110)) ([482be78](https://github.com/michaelangeloio/does-it-throw/commit/482be78a20732f350377d4e534afae1053080e58)) + ## [0.3.3](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-lsp-v0.3.2...does-it-throw-lsp-v0.3.3) (2023-12-24) diff --git a/server/package.json b/server/package.json index 44a4569..c51f5ff 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.3", + "version": "0.4.0", "//": "target-version: 0.3.4", "author": { "name": "Michael Angelo Rivera",