chore: Publish crates

This commit is contained in:
SWC Bot 2022-02-19 08:42:02 +00:00
parent d2c94416a8
commit 144b2c9f9f
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog # Changelog
## [unreleased] ## [unreleased]
### Features
- **(es/minifier)** Treat `!0` as a literal while inlining (#3631) ([d2c9441](https://github.com/swc-project/swc/commit/d2c94416a8735715f37fc680c7b5178bc88239ce))
## [1.2.142] - 2022-02-18
### Bug Fixes ### Bug Fixes

2
Cargo.lock generated
View File

@ -2989,7 +2989,7 @@ dependencies = [
[[package]] [[package]]
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
version = "0.74.1" version = "0.74.2"
dependencies = [ dependencies = [
"ahash", "ahash",
"ansi_term", "ansi_term",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "src/lists/*.json"]
license = "Apache-2.0" license = "Apache-2.0"
name = "swc_ecma_minifier" name = "swc_ecma_minifier"
repository = "https://github.com/swc-project/swc.git" repository = "https://github.com/swc-project/swc.git"
version = "0.74.1" version = "0.74.2"
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true