chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-11 11:18:43 +00:00
parent f479951ef2
commit e25b6ed63c
3 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,14 @@
- **(common)** Don't use `get_unchecked` after setting the length to 0 (#4943) ([f479951](https://github.com/swc-project/swc/commit/f479951ef2f1c9eff8e020c9fc46e78e16855a24))
## [1.2.199] - 2022-06-11
### Bug Fixes
- **(ci)** Fix android build issue caused by NDK 21 -> 23 (#4942) ([52e2347](https://github.com/swc-project/swc/commit/52e23470e71e769e980f1e0d291ebf4a984bbfb8))

2
Cargo.lock generated
View File

@ -3084,7 +3084,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.18.8"
version = "0.18.9"
dependencies = [
"ahash",
"anyhow",

View File

@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.18.8"
version = "0.18.9"
[package.metadata.docs.rs]
all-features = true