chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-09 04:46:20 +00:00
parent a8ac7e39b0
commit 79a9cb4c72
3 changed files with 5 additions and 2 deletions

View File

@ -47,6 +47,9 @@
- **(es/parser)** Report errors for non-abstract members in an abstract class (#3917) ([16182d5](https://github.com/swc-project/swc/commit/16182d586f1b54e383ae83a264576267441e49ba))
- **(es/parser)** Relax MSRV requirement (#3922) ([a8ac7e3](https://github.com/swc-project/swc/commit/a8ac7e39b0fbd3908c4b506a1739a0ddf33ac250))
- **(es/testing)** Print comments in `test_fixture` (#3920) ([3d43a9b](https://github.com/swc-project/swc/commit/3d43a9b69df6002786654b3c378b9d981447c126))
### Performance

2
Cargo.lock generated
View File

@ -3135,7 +3135,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.92.4"
version = "0.92.5"
dependencies = [
"either",
"enum_kind",

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.92.4"
version = "0.92.5"
[package.metadata.docs.rs]
all-features = true