diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09353fe..c0e055b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/does-it-throw": "0.1.6", - "crates/does-it-throw-wasm": "0.1.6", - ".": "0.1.6" + "crates/does-it-throw": "0.1.7", + "crates/does-it-throw-wasm": "0.1.7", + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..8411b12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## [0.2.0](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.1.6...does-it-throw-vscode-v0.2.0) (2023-11-09) + + +### Features + +* try release please manifest ([a8b6e14](https://github.com/michaelangeloio/does-it-throw/commit/a8b6e14dfbf4cc3c13baa84d9570d0421ca804b1)) + + +### Bug Fixes + +* add plugins ([22ed677](https://github.com/michaelangeloio/does-it-throw/commit/22ed6770f4cd4b4805351746768a46c83400e7a3)) +* proper release manifest filename ([60cbfae](https://github.com/michaelangeloio/does-it-throw/commit/60cbfaee9f01e4aa12478f12559f9d05890cb232)) +* testing release ([#26](https://github.com/michaelangeloio/does-it-throw/issues/26)) ([fe1bea4](https://github.com/michaelangeloio/does-it-throw/commit/fe1bea48ac278d2d4fa23aba775e9ea5fd51c59a)) +* try updated config ([aeaa47f](https://github.com/michaelangeloio/does-it-throw/commit/aeaa47f6b9c7ecfed85187523478258ca5900217)) +* try updated config again ([995dc18](https://github.com/michaelangeloio/does-it-throw/commit/995dc18dd10a0c816d6b34d621e765655a8e4ed7)) +* try updating action ([d71bbae](https://github.com/michaelangeloio/does-it-throw/commit/d71bbaea624f9031d90a4a26f37ff0d2b4888042)) +* try updating action again ([83dec44](https://github.com/michaelangeloio/does-it-throw/commit/83dec44c31dfd1f5603587e01b7ed09e87cdbc8e)) +* try updating manifest ([ee86305](https://github.com/michaelangeloio/does-it-throw/commit/ee86305f424fa3d300c144305fd1e963f4c2084c)) +* update action ([2269fe5](https://github.com/michaelangeloio/does-it-throw/commit/2269fe5c92787c6685f7fe8309afdb876064a888)) +* update action ([843e77c](https://github.com/michaelangeloio/does-it-throw/commit/843e77c393db15569d8fa22c016a03f1a0ac78c1)) diff --git a/Cargo.lock b/Cargo.lock index 5d5511b..c8668ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "does-it-throw" -version = "0.1.6" +version = "0.1.7" dependencies = [ "swc_common", "swc_ecma_ast", @@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "does-it-throw-wasm" -version = "0.1.6" +version = "0.1.7" dependencies = [ "does-it-throw", "mockall", diff --git a/crates/does-it-throw-wasm/CHANGELOG.md b/crates/does-it-throw-wasm/CHANGELOG.md new file mode 100644 index 0000000..9123d5c --- /dev/null +++ b/crates/does-it-throw-wasm/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.7](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.1.6...does-it-throw-wasm-v0.1.7) (2023-11-09) + + +### Bug Fixes + +* try updated config again ([995dc18](https://github.com/michaelangeloio/does-it-throw/commit/995dc18dd10a0c816d6b34d621e765655a8e4ed7)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * does-it-throw bumped from 0.1.6 to 0.1.7 diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index 30d0a97..a3b23ff 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.6" +version = "0.1.7" description = "LSP server wasm binding for does-it-throw, using SWC" license = "MIT" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" @@ -13,7 +13,7 @@ homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md crate-type = ["cdylib"] [dependencies] -does-it-throw = { path = "../does-it-throw", version = "0.1.6"} +does-it-throw = { path = "../does-it-throw", version = "0.1.7"} swc_common = "0.33" swc_ecma_parser = "0.141.3" swc_ecma_ast = "0.110.0" diff --git a/crates/does-it-throw/CHANGELOG.md b/crates/does-it-throw/CHANGELOG.md new file mode 100644 index 0000000..0b6c141 --- /dev/null +++ b/crates/does-it-throw/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.1.7](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-v0.1.6...does-it-throw-v0.1.7) (2023-11-09) + + +### Bug Fixes + +* try updated config again ([995dc18](https://github.com/michaelangeloio/does-it-throw/commit/995dc18dd10a0c816d6b34d621e765655a8e4ed7)) diff --git a/crates/does-it-throw/Cargo.toml b/crates/does-it-throw/Cargo.toml index 50e5934..7ec4544 100644 --- a/crates/does-it-throw/Cargo.toml +++ b/crates/does-it-throw/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "does-it-throw" -version = "0.1.6" +version = "0.1.7" description = "LSP library for finding ES throw statements, using SWC" license = "MIT" documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md" diff --git a/package-lock.json b/package-lock.json index d61ea1e..6c1f3e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "does-it-throw", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "does-it-throw", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "workspaces": [ "client", diff --git a/package.json b/package.json index d4fb816..077e0ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "does-it-throw-vscode", - "version": "0.1.6", + "version": "0.2.0", "main": "./client/out/extension.js", "repository": { "url": "https://github.com/michaelangeloio/does-it-throw"