chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-20 04:09:42 +00:00
parent 03dd9de1c3
commit 44124ac256
3 changed files with 10 additions and 2 deletions

View File

@ -5,6 +5,14 @@
- **(es/codegen)** Exclude synthesized files from sourcemap (#4714) ([03dd9de](https://github.com/swc-project/swc/commit/03dd9de1c34ef8af66b78b03e7264e623ea81e8b))
## [1.2.187] - 2022-05-20
### Bug Fixes
- **(common)** Don't use reserved byte position (#4690) ([606f7c9](https://github.com/swc-project/swc/commit/606f7c967e908b4d70d37edbb76c11a7ea985336))

2
Cargo.lock generated
View File

@ -3104,7 +3104,7 @@ dependencies = [
[[package]]
name = "swc_common"
version = "0.18.5"
version = "0.18.6"
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.5"
version = "0.18.6"
[package.metadata.docs.rs]
all-features = true