chore: Publish crates

This commit is contained in:
Donny 2021-12-23 02:53:32 +09:00
parent d98a59339a
commit 25d26485fc
3 changed files with 18 additions and 4 deletions

View File

@ -1,6 +1,14 @@
# Changelog
## [unreleased]
### Features
- **(es/bundler)** Add an option to disable tree-shaking (#3102) ([d98a593](https://github.com/swc-project/swc/commit/d98a59339a0fa2a14f2bcb92c6deeb810ec339be))
## [1.2.122] - 2021-12-22
### Bug Fixes
@ -50,9 +58,15 @@
- **(node)** Publish v1.2.122 ([f4cc323](https://github.com/swc-project/swc/commit/f4cc323e08c73f10bd4cc323a81dd5d3778395df))
- **(repo)** Make `git` faster (#3075) ([8afb5af](https://github.com/swc-project/swc/commit/8afb5af517e87b85ae1bdd8156509850c53fa276))
- **(repo)** Add section for the actual behavior to the issue template (#3100) ([0472199](https://github.com/swc-project/swc/commit/047219932fd18e7e78131f44ab5fb3be0518dc04))
- **(scripts)** Use `cargo profile instruments` instead of `cargo instruments` (#3086) ([d482d61](https://github.com/swc-project/swc/commit/d482d61b9fd9997367d0dd27e3b90c662064ae3d))
### Performance

6
Cargo.lock generated
View File

@ -1193,9 +1193,9 @@ dependencies = [
[[package]]
name = "mimalloc-rust-sys"
version = "1.7.3"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8af39e0593dcb39b0b48baf857022dbe02d750a00591f85ecebf31dabba8a5b"
checksum = "96f7f32dcc7aeb79781116048bbd27cc819b9db55805690b3379d536d40e9590"
dependencies = [
"cc",
"cty",
@ -2621,7 +2621,7 @@ dependencies = [
[[package]]
name = "swc_bundler"
version = "0.92.1"
version = "0.93.0"
dependencies = [
"ahash",
"anyhow",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "build.rs", "src/**/*.rs", "src/**/*.js"]
license = "Apache-2.0"
name = "swc_bundler"
repository = "https://github.com/swc-project/swc.git"
version = "0.92.1"
version = "0.93.0"
[package.metadata.docs.rs]
all-features = true