diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e251d1bb1b..3ec85915e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ +- **(cli)** Update plugin template (#4222) ([69cb512](https://github.com/swc-project/swc/commit/69cb512e571de1f8b245fdc538cf9a09c51823f2)) + + - **(css/prefixer)** Fix flex box (#4212) ([75b0ed5](https://github.com/swc-project/swc/commit/75b0ed55f6c352ab2cd918ac746ceef99fa0f124)) ### Features diff --git a/Cargo.lock b/Cargo.lock index 379057fa599..742b1333105 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2925,7 +2925,7 @@ dependencies = [ [[package]] name = "swc_cli" -version = "0.36.0" +version = "0.36.1" dependencies = [ "anyhow", "atty", diff --git a/crates/swc_cli/Cargo.toml b/crates/swc_cli/Cargo.toml index 8406a17d94c..7a2aef20d86 100644 --- a/crates/swc_cli/Cargo.toml +++ b/crates/swc_cli/Cargo.toml @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "swc_cli" repository = "https://github.com/swc-project/swc.git" -version = "0.36.0" +version = "0.36.1" [[bin]] name = "swc"