chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-23 04:41:11 +00:00
parent 3cf3b20f15
commit 738d153609
3 changed files with 8 additions and 2 deletions

View File

@ -7,6 +7,12 @@
- **(es/parser)** Emit an error for non-last rest element in an object pattern (#3675) ([6a9d778](https://github.com/swc-project/swc/commit/6a9d77808b8513246592129e8c9e154f686fa8a9))
### Features
- **(cli)** Support stdin (#3688) ([3cf3b20](https://github.com/swc-project/swc/commit/3cf3b20f15e8ddbb2c32405c71183cfdbbb87835))
## [1.2.144] - 2022-02-22
### Bug Fixes

2
Cargo.lock generated
View File

@ -2737,7 +2737,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"anyhow",
"atty",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.8.0"
version = "0.8.1"
[[bin]]
name = "swc"