chore: Publish crates

This commit is contained in:
SWC Bot 2022-06-11 04:18:13 +00:00
parent 11db191af5
commit 953453ca8c
3 changed files with 5 additions and 2 deletions

View File

@ -11,6 +11,9 @@
- **(es/minifier)** Reserve more symbols on `eval` (#4925) ([be87494](https://github.com/swc-project/swc/commit/be87494495a7708769430362f1852f52f77eb47f))
- **(es/parser)** Allow negative bigint literal in types (#4938) ([11db191](https://github.com/swc-project/swc/commit/11db191af5fe41b5b752b8bc77cc61a05372e0bd))
- **(html/codegen)** Fix quotes in attributes (#4918) ([064e504](https://github.com/swc-project/swc/commit/064e50448fb3a916ce52c537f73cedec2253ed50))

2
Cargo.lock generated
View File

@ -3429,7 +3429,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.105.0"
version = "0.105.1"
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.105.0"
version = "0.105.1"
[package.metadata.docs.rs]
all-features = true