chore: Publish crates

This commit is contained in:
Donny/강동윤 2022-02-08 14:06:31 +09:00
parent d473a65976
commit 484cd92959
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(css/ast)** Add types for `@counter-style` at-rule (#3469) ([e6f4fbf](https://github.com/swc-project/swc/commit/e6f4fbf056767344776afbb6bd3b2f5dfe83dcf3)) - **(css/ast)** Add types for `@counter-style` at-rule (#3469) ([e6f4fbf](https://github.com/swc-project/swc/commit/e6f4fbf056767344776afbb6bd3b2f5dfe83dcf3))
- **(plugin)** Support global `HANDLER` in the plugin context (#3478) ([d473a65](https://github.com/swc-project/swc/commit/d473a6597653e59fc485ffb9cb116d23b4b55e70))
## [1.2.137] - 2022-02-07 ## [1.2.137] - 2022-02-07
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -2718,7 +2718,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_common" name = "swc_common"
version = "0.17.3" version = "0.17.4"
dependencies = [ dependencies = [
"ahash", "ahash",
"anyhow", "anyhow",

View File

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