chore: Publish crates

This commit is contained in:
SWC Bot 2022-04-30 12:59:38 +00:00
parent 857e798194
commit 9fc3d2ce58
3 changed files with 5 additions and 2 deletions

View File

@ -19,6 +19,9 @@
- **(es/lints)** Implement `no-var` (#4485) ([17f237d](https://github.com/swc-project/swc/commit/17f237d3ba97fc14d098cef2038bb846ac2b7c8d))
- **(es/parser)** Reject private field called `#constructor` (#4491) ([857e798](https://github.com/swc-project/swc/commit/857e798194e18ec874ddd51c27d136ca1e5298b8))
### Refactor

2
Cargo.lock generated
View File

@ -3341,7 +3341,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.102.10"
version = "0.102.11"
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.102.10"
version = "0.102.11"
[package.metadata.docs.rs]
all-features = true