chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-19 07:34:10 +00:00
parent 128175c329
commit 43e3a26e4d
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/minifier)** Fix default values of `toplevel` (#4366) ([128175c](https://github.com/swc-project/swc/commit/128175c3297e036ad38e8faa68aa149a94f5ee29))
- **(es/modules/cjs)** Fix order of statements (#4361) ([5c1ce0b](https://github.com/swc-project/swc/commit/5c1ce0ba051de3320e90b0992d57a965a6c2dd8a))
### Features

2
Cargo.lock generated
View File

@ -2838,7 +2838,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.168.0"
version = "0.168.1"
dependencies = [
"ahash",
"ansi_term",

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.168.0"
version = "0.168.1"
[lib]
bench = false