chore: Publish crates

This commit is contained in:
SWC Bot 2022-07-02 04:48:04 +00:00
parent b62fd3e6cc
commit 55d71bf9fc
3 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@
- **(es/modules)** Support `allowTopLevelThis` (#5086) ([9addef6](https://github.com/swc-project/swc/commit/9addef6fc8672854b52a1b71668795474a6f3fec))
- **(es/parser)** Support labelled function from annex B (#5078) ([b62fd3e](https://github.com/swc-project/swc/commit/b62fd3e6cc371ad4f8cb9055b3fed70f1954afa2))
- **(html/minifier)** Remove empty metadata elements (#5085) ([cb845c9](https://github.com/swc-project/swc/commit/cb845c9bf903136b074af269b96a685027599284))
## [1.2.208] - 2022-07-01

2
Cargo.lock generated
View File

@ -3443,7 +3443,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.108.0"
version = "0.108.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.108.0"
version = "0.108.1"
[package.metadata.docs.rs]
all-features = true