diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895ef07..664db02 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "crates/does-it-throw": "0.2.0", - "crates/does-it-throw-wasm": "0.2.0", - ".": "0.4.0", - "server": "0.4.0", - "jetbrains": "0.4.0" + "crates/does-it-throw-wasm": "0.3.0", + ".": "0.5.0", + "server": "0.5.0", + "jetbrains": "0.5.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9408270..7316956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.5.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.4.0...does-it-throw-vscode-v0.5.0) (2024-01-25) + + +### Features + +* **deps-dev:** bump @biomejs/biome from 1.4.1 to 1.5.3 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump @types/node from 20.10.5 to 20.11.5 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump @types/node from 20.10.5 to 20.11.6 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump bun-types from 1.0.20 to 1.0.25 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump esbuild from 0.19.11 to 0.19.12 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump serde from 1.0.193 to 1.0.195 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump serde_json from 1.0.109 to 1.0.111 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump swc_ecma_ast from 0.110.15 to 0.110.17 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump swc_ecma_visit from 0.96.15 to 0.96.17 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump vscode-languageserver-textdocument from 1.0.8 to 1.0.11 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump wasm-bindgen from 0.2.89 to 0.2.90 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **jetbrains:** jetbrains implementation ([#119](https://github.com/michaelangeloio/does-it-throw/issues/119)) ([e4d4153](https://github.com/michaelangeloio/does-it-throw/commit/e4d415336da8eb78ef650f2941185a3fa4dc5dd6)) +* LSP now supports workspace folders ([#127](https://github.com/michaelangeloio/does-it-throw/issues/127)) ([960b486](https://github.com/michaelangeloio/does-it-throw/commit/960b486e8cfe4fd5165be4dd200457c7e5b90979)) + ## [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-06) diff --git a/Cargo.lock b/Cargo.lock index 450c979..5c6416b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "does-it-throw-wasm" -version = "0.2.0" +version = "0.3.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 64eb873..212c175 100644 --- a/crates/does-it-throw-wasm/CHANGELOG.md +++ b/crates/does-it-throw-wasm/CHANGELOG.md @@ -8,6 +8,23 @@ * dependencies * does-it-throw bumped from 0.1.14 to 0.1.15 +## [0.3.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.2.0...does-it-throw-wasm-v0.3.0) (2024-01-25) + + +### Features + +* **deps-dev:** bump @biomejs/biome from 1.4.1 to 1.5.3 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump @types/node from 20.10.5 to 20.11.5 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump @types/node from 20.10.5 to 20.11.6 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump bun-types from 1.0.20 to 1.0.25 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump esbuild from 0.19.11 to 0.19.12 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump serde from 1.0.193 to 1.0.195 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump serde_json from 1.0.109 to 1.0.111 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump swc_ecma_ast from 0.110.15 to 0.110.17 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump swc_ecma_visit from 0.96.15 to 0.96.17 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump vscode-languageserver-textdocument from 1.0.8 to 1.0.11 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump wasm-bindgen from 0.2.89 to 0.2.90 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) + ## [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-06) diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index a392f08..790d1bd 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.2.0" +version = "0.3.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 b611a07..916c4b1 100644 --- a/jetbrains/CHANGELOG.md +++ b/jetbrains/CHANGELOG.md @@ -2,6 +2,13 @@ ## Unreleased +## [0.5.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-jetbrains-v0.4.0...does-it-throw-jetbrains-v0.5.0) (2024-01-25) + + +### Features + +* **jetbrains:** jetbrains implementation ([#119](https://github.com/michaelangeloio/does-it-throw/issues/119)) ([e4d4153](https://github.com/michaelangeloio/does-it-throw/commit/e4d415336da8eb78ef650f2941185a3fa4dc5dd6)) + ## [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-06) diff --git a/jetbrains/gradle.properties b/jetbrains/gradle.properties index ba93a0d..158bd57 100644 --- a/jetbrains/gradle.properties +++ b/jetbrains/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=github.com.michaelangelio.does-it-throw pluginName=Does it Throw? # x-release-please-start-version -pluginVersion=0.4.0 +pluginVersion=0.5.0 # x-release-please-end pluginSinceBuild=223 pluginUntilBuild=223.* diff --git a/jetbrains/version.txt b/jetbrains/version.txt index 1d0ba9e..8f0916f 100644 --- a/jetbrains/version.txt +++ b/jetbrains/version.txt @@ -1 +1 @@ -0.4.0 +0.5.0 diff --git a/package-lock.json b/package-lock.json index c5ba7dd..0019615 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "does-it-throw-vscode", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "does-it-throw-vscode", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "workspaces": [ "client", diff --git a/package.json b/package.json index 373c788..3932834 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "does-it-throw-vscode", - "version": "0.4.0", + "version": "0.5.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 059ae27..f02cfdc 100644 --- a/server/CHANGELOG.md +++ b/server/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.5.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-lsp-v0.4.0...does-it-throw-lsp-v0.5.0) (2024-01-25) + + +### Features + +* **deps-dev:** bump @biomejs/biome from 1.4.1 to 1.5.3 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump @types/node from 20.10.5 to 20.11.5 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump @types/node from 20.10.5 to 20.11.6 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump bun-types from 1.0.20 to 1.0.25 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps-dev:** bump esbuild from 0.19.11 to 0.19.12 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump serde from 1.0.193 to 1.0.195 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump serde_json from 1.0.109 to 1.0.111 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump swc_ecma_ast from 0.110.15 to 0.110.17 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump swc_ecma_visit from 0.96.15 to 0.96.17 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump vscode-languageserver-textdocument from 1.0.8 to 1.0.11 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* **deps:** bump wasm-bindgen from 0.2.89 to 0.2.90 ([ea29908](https://github.com/michaelangeloio/does-it-throw/commit/ea29908c94253fc3171738f7fc802a71f9166d75)) +* LSP now supports workspace folders ([#127](https://github.com/michaelangeloio/does-it-throw/issues/127)) ([960b486](https://github.com/michaelangeloio/does-it-throw/commit/960b486e8cfe4fd5165be4dd200457c7e5b90979)) + ## [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-06) diff --git a/server/package.json b/server/package.json index 66fafc0..927539d 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.4.0", + "version": "0.5.0", "//": "target-version: 0.4.1", "author": { "name": "Michael Angelo Rivera",