chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-15 05:26:28 +00:00
parent f8d6127dd1
commit 957a20d383
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
# Changelog
## [unreleased]
### Bug Fixes
- **(es/parser)** Report an error if `LeftHandSideExpression` is invalid (#4001) ([f8d6127](https://github.com/swc-project/swc/commit/f8d6127dd1a064e2d4b255dfc1894a1b9eb89f71))
### Features

2
Cargo.lock generated
View File

@ -3383,7 +3383,7 @@ dependencies = [
[[package]]
name = "swc_ecma_parser"
version = "0.94.0"
version = "0.94.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.94.0"
version = "0.94.1"
[package.metadata.docs.rs]
all-features = true