chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-13 07:54:40 +00:00
parent b22d084180
commit 3fba1a1a6d
3 changed files with 8 additions and 2 deletions

View File

@ -31,6 +31,12 @@
- **(es/minifier)** Use `Vec<u8>` as a buffer for `base54` (#3993) ([f7b212b](https://github.com/swc-project/swc/commit/f7b212bfc4fe9cdc89b77b5639be52a586c220e0))
### Testing
- **(es)** Add an execution test system (#3994) ([b22d084](https://github.com/swc-project/swc/commit/b22d084180b77508f5e940045eb1b7bb9cd5c99b))
## [1.2.154] - 2022-03-12
### Bug Fixes

2
Cargo.lock generated
View File

@ -2873,7 +2873,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "swc"
version = "0.150.3"
version = "0.150.4"
dependencies = [
"ahash",
"anyhow",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.150.3"
version = "0.150.4"
[lib]
name = "swc"