chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-23 01:13:22 +00:00
parent 1769191f9a
commit 7da0951966
3 changed files with 8 additions and 2 deletions

View File

@ -43,6 +43,12 @@
- **(html/minifier)** Improve minification modes (#5568) ([3cb6fc2](https://github.com/swc-project/swc/commit/3cb6fc2a29b541c32ff95baf0a07021ffe0dd089))
### Miscellaneous Tasks
- **(swc_core)** Update dependency version (#5595) ([1769191](https://github.com/swc-project/swc/commit/1769191f9ac7decfde86dcca1248ec15a0763a17))
### Testing

2
Cargo.lock generated
View File

@ -2878,7 +2878,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.218.0"
version = "0.218.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.218.0"
version = "0.218.1"
[lib]
bench = false