chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-28 06:51:53 +00:00
parent b473414b3c
commit 589ff584e7
3 changed files with 5 additions and 2 deletions

View File

@ -89,6 +89,9 @@
- **(deps)** Update `string-cache` (#4169) ([b473414](https://github.com/swc-project/swc/commit/b473414b3cbc5b66ae362f0ad670430be5a7d451))
- **(es/minifier)** Add logging (#4156) ([97dfcb9](https://github.com/swc-project/swc/commit/97dfcb9ccb39620576d6e63c195ec588ff4c5790))
### Refactor

2
Cargo.lock generated
View File

@ -2871,7 +2871,7 @@ dependencies = [
[[package]]
name = "swc_atoms"
version = "0.2.10"
version = "0.2.11"
dependencies = [
"string_cache",
"string_cache_codegen",

View File

@ -7,7 +7,7 @@ edition = "2021"
license = "Apache-2.0"
name = "swc_atoms"
repository = "https://github.com/swc-project/swc.git"
version = "0.2.10"
version = "0.2.11"
[dependencies]
string_cache = "0.8.4"