chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-25 05:08:50 +00:00
parent 7a1dcb1b93
commit 973890bc52
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es)** Make `ErrorConfig.filename` default to true (#4150) ([7a1dcb1](https://github.com/swc-project/swc/commit/7a1dcb1b933308fe237f992ff38650c15875c4c5))
- **(es/codegen)** Fix codegen of template literals (#4124) ([f5a5217](https://github.com/swc-project/swc/commit/f5a5217506dd18b4ad49920d2e82026eb85dfd73))

2
Cargo.lock generated
View File

@ -2953,7 +2953,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.160.0"
version = "0.160.1"
dependencies = [
"ahash",
"anyhow",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.160.0"
version = "0.160.1"
[lib]
name = "swc"