chore: Publish crates

This commit is contained in:
Donny 2022-01-10 23:48:35 +09:00
parent 3fb76f64c4
commit 54a0f51876
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@
- **(es/ast)** Use `ModuleExportName` for `ExportNamespaceSpecifier` (#3195) ([432f877](https://github.com/swc-project/swc/commit/432f87779003e50f17bcaedc35edb8583644c548))
- **(es/parser)** Accept strings for import/exports (#3190) ([3fb76f6](https://github.com/swc-project/swc/commit/3fb76f64c4e5ee49b0415757b3ead5fc753a93b6))
- **(es/transforms)** Add `Assumptions` (#3215) ([42f7268](https://github.com/swc-project/swc/commit/42f726873e6c9e813a750acbf6d818bd4e914e31))

2
Cargo.lock generated
View File

@ -2947,7 +2947,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.86.0"
version = "0.86.1"
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.86.0"
version = "0.86.1"
[package.metadata.docs.rs]
all-features = true