diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 470fff5..42b0e12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "crates/does-it-throw": "0.1.9", - "crates/does-it-throw-wasm": "0.1.9", - ".": "0.2.2" + "crates/does-it-throw": "0.1.10", + "crates/does-it-throw-wasm": "0.1.10", + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5be74..07ab58e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.3](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.2.2...does-it-throw-vscode-v0.2.3) (2023-11-09) + + +### Bug Fixes + +* release test 22 ([#35](https://github.com/michaelangeloio/does-it-throw/issues/35)) ([73becad](https://github.com/michaelangeloio/does-it-throw/commit/73becad3667a11ce65898843c050771d6a2a0d94)) + ## [0.2.2](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-vscode-v0.2.1...does-it-throw-vscode-v0.2.2) (2023-11-09) diff --git a/Cargo.lock b/Cargo.lock index 65757cf..e00462c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,7 +103,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "does-it-throw" -version = "0.1.9" +version = "0.1.10" dependencies = [ "swc_common", "swc_ecma_ast", @@ -113,7 +113,7 @@ dependencies = [ [[package]] name = "does-it-throw-wasm" -version = "0.1.9" +version = "0.1.10" dependencies = [ "does-it-throw", "mockall", diff --git a/crates/does-it-throw-wasm/CHANGELOG.md b/crates/does-it-throw-wasm/CHANGELOG.md index f5acd4b..f2f7cfc 100644 --- a/crates/does-it-throw-wasm/CHANGELOG.md +++ b/crates/does-it-throw-wasm/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.10](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.1.9...does-it-throw-wasm-v0.1.10) (2023-11-09) + + +### Bug Fixes + +* release test 22 ([#35](https://github.com/michaelangeloio/does-it-throw/issues/35)) ([73becad](https://github.com/michaelangeloio/does-it-throw/commit/73becad3667a11ce65898843c050771d6a2a0d94)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * does-it-throw bumped from 0.1.9 to 0.1.10 + ## [0.1.9](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-wasm-v0.1.8...does-it-throw-wasm-v0.1.9) (2023-11-09) diff --git a/crates/does-it-throw-wasm/Cargo.toml b/crates/does-it-throw-wasm/Cargo.toml index 138b2e3..ad7a11f 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.9" +version = "0.1.10" description = "a 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.9"} +does-it-throw = { path = "../does-it-throw", version = "0.1.10"} 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 index de72e94..b7bdedb 100644 --- a/crates/does-it-throw/CHANGELOG.md +++ b/crates/does-it-throw/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.10](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-v0.1.9...does-it-throw-v0.1.10) (2023-11-09) + + +### Bug Fixes + +* release test 22 ([#35](https://github.com/michaelangeloio/does-it-throw/issues/35)) ([73becad](https://github.com/michaelangeloio/does-it-throw/commit/73becad3667a11ce65898843c050771d6a2a0d94)) + ## [0.1.9](https://github.com/michaelangeloio/does-it-throw/compare/does-it-throw-v0.1.8...does-it-throw-v0.1.9) (2023-11-09) diff --git a/crates/does-it-throw/Cargo.toml b/crates/does-it-throw/Cargo.toml index ffd5121..88056d5 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.9" +version = "0.1.10" description = "a library for getting 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 33df144..7c45be3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "does-it-throw", - "version": "0.2.2", + "version": "0.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "does-it-throw", - "version": "0.2.2", + "version": "0.2.3", "license": "MIT", "workspaces": [ "client", diff --git a/package.json b/package.json index 9167ce3..a567f10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "does-it-throw-vscode", - "version": "0.2.2", + "version": "0.2.3", "main": "./client/out/extension.js", "description": "easily find throw statements in your JS, TS, and JSX files!", "repository": {