chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-07 03:45:35 +00:00
parent 674275c824
commit 55418fb4fe
3 changed files with 5 additions and 2 deletions

View File

@ -56,6 +56,9 @@
- **(es/minifier)** Implement more rules for `hoist_props` (#4262) ([1f5cac4](https://github.com/swc-project/swc/commit/1f5cac4d413bc8d035e137d74470469dfd886fa3))
- **(es/parser)** Report more errors (#4244) ([674275c](https://github.com/swc-project/swc/commit/674275c8242df111bb9391da13b9869d7e6b6405))
- **(html)** Initialize (#4240) ([3e7872c](https://github.com/swc-project/swc/commit/3e7872c8de05ac46ef6ffb99f778ef5b64e47f1b))

2
Cargo.lock generated
View File

@ -3273,7 +3273,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.100.1"
version = "0.100.2"
dependencies = [
"criterion",
"either",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.100.1"
version = "0.100.2"
[package.metadata.docs.rs]
all-features = true