chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-22 04:54:28 +00:00
parent 9a8fc2776e
commit 58e1ed4a5f
3 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@
- **(es/parser)** Allow parentheses in assignment target (#4105) ([d38117d](https://github.com/swc-project/swc/commit/d38117d4cb6fb2819efc18dae843546018c39362))
- **(es/parser)** Make `let` a reserved word in strict mode (#4113) ([9a8fc27](https://github.com/swc-project/swc/commit/9a8fc2776e8bbd349a0a86eb558e2e96f33c0242))
### Features

2
Cargo.lock generated
View File

@ -3390,7 +3390,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.95.2"
version = "0.95.3"
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.95.2"
version = "0.95.3"
[package.metadata.docs.rs]
all-features = true