chore: Publish crates

This commit is contained in:
SWC Bot 2022-05-15 16:24:33 +00:00
parent e57123e61c
commit 86efe781a3
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Features
- **(es/minifier)** Improve `ignore_return_value` (#4673) ([e57123e](https://github.com/swc-project/swc/commit/e57123e61ce4d07bd10c2e56f6e809b90a9d43f2))
## [1.2.184] - 2022-05-15
### Bug Fixes

2
Cargo.lock generated
View File

@ -3367,7 +3367,7 @@ dependencies = [
[[package]]
name = "swc_ecma_minifier"
version = "0.114.2"
version = "0.114.3"
dependencies = [
"ahash",
"ansi_term",

View File

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