chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-13 06:34:22 +00:00
parent 2745cb7949
commit 0b06ab4022
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/modules)** Fix `jsc.paths` (#4620) ([20692cd](https://github.com/swc-project/swc/commit/20692cdff1df4491382820cb38dae6fdeda12223))
- **(es/resolver)** Ensure that a parameter type is resolved to parent (#4645) ([2745cb7](https://github.com/swc-project/swc/commit/2745cb79491436b1967231f905a834b06831e1b4))
- **(html)** Fix parsing of template (#4647) ([af9c8c6](https://github.com/swc-project/swc/commit/af9c8c6b4ce1eff729d9de0efc84f62792efda86))

2
Cargo.lock generated
View File

@ -3500,7 +3500,7 @@ dependencies = [
[[package]]
name = "swc_ecma_transforms_base"
version = "0.84.0"
version = "0.84.1"
dependencies = [
"better_scoped_tls",
"criterion",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_ecma_transforms_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.84.0"
version = "0.84.1"
[lib]
bench = false