chore: Publish crates

This commit is contained in:
SWC Bot 2022-08-07 02:45:34 +00:00
parent c2273255c0
commit d98b4e10d0
3 changed files with 16 additions and 2 deletions

View File

@ -5,6 +5,20 @@
- **(es/utils)** Allow `quote_ident!` working with `swc_core` (#5409) ([c227325](https://github.com/swc-project/swc/commit/c2273255c0c2b90e606c5880b8e80a5cd8c370bf))
### Testing
- **(es/minifier)** Organize simple size tests (#5402) ([7b8658e](https://github.com/swc-project/swc/commit/7b8658eef27cba4b1ed761d609c71f1c7bddaf9c))
## [1.2.224] - 2022-08-06
### Bug Fixes
- **(es/codegen)** Emit extra dot if a float is too large (#5407) ([6dca81e](https://github.com/swc-project/swc/commit/6dca81e368f060d8247de0dd5183ea0826142b0f))

2
Cargo.lock generated
View File

@ -3813,7 +3813,7 @@ dependencies = [
[[package]]
name = "swc_ecma_utils"
version = "0.98.2"
version = "0.98.3"
dependencies = [
"indexmap",
"once_cell",

View File

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