chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-17 10:45:02 +00:00
parent 07356a5bba
commit 2096a1da4f
3 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,9 @@
- **(es/ast)** Fix `EqIgnoreSpan` of `Ident` (#4689) ([07356a5](https://github.com/swc-project/swc/commit/07356a5bba29572c99b53a1db79314a252faf663))
- **(html/parser)** Fix span of attributes (#4681) ([637ef7f](https://github.com/swc-project/swc/commit/637ef7f49f0b3b7bbb06860371e6f8b2518759c2))
## [1.2.186] - 2022-05-17

2
Cargo.lock generated
View File

@ -3660,7 +3660,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_optimization"
version = "0.124.0"
version = "0.124.1"
dependencies = [
"ahash",
"dashmap",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_transforms_optimization"
repository = "https://github.com/swc-project/swc.git"
version = "0.124.0"
version = "0.124.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]