chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-06 14:35:19 +00:00
parent aea59b844c
commit 56773a4cc8
3 changed files with 5 additions and 2 deletions

View File

@ -7,6 +7,9 @@
- **(es/module)** Fix `jsc.paths` (#3879) ([a65755f](https://github.com/swc-project/swc/commit/a65755fd9a2dfa9bad929df735bb7b3c21613972))
- **(es/parser)** Fix parsing of `const` in ambient context (#3883) ([aea59b8](https://github.com/swc-project/swc/commit/aea59b844ce224250e42315b44ca19db19fbc537))
## [1.2.149] - 2022-03-06
### Bug Fixes

2
Cargo.lock generated
View File

@ -3129,7 +3129,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.92.1"
version = "0.92.2"
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.92.1"
version = "0.92.2"
[package.metadata.docs.rs]
all-features = true