chore: Publish crates

This commit is contained in:
강동윤 (Donny) 2024-01-28 22:51:53 +09:00
parent c743200801
commit fd7cf4c30a
3 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Changelog # Changelog
## [unreleased] ## [1.3.107] - 2024-01-28
### Bug Fixes ### Bug Fixes
@ -1457,9 +1457,6 @@
- **(es/minifier)** Support `__NO_SIDE_EFFECTS__` ([#7532](https://github.com/swc-project/swc/issues/7532)) ([3ad07a7](https://github.com/swc-project/swc/commit/3ad07a7d2e5c9507a786dc338f0cf50191916aa3))
- **(es/minifier)** Enable `hoist_props` by default ([#7535](https://github.com/swc-project/swc/issues/7535)) ([07a8580](https://github.com/swc-project/swc/commit/07a858030c1a368b3152bfdb57471a35c47c3b32)) - **(es/minifier)** Enable `hoist_props` by default ([#7535](https://github.com/swc-project/swc/issues/7535)) ([07a8580](https://github.com/swc-project/swc/commit/07a858030c1a368b3152bfdb57471a35c47c3b32))

2
Cargo.lock generated
View File

@ -1049,7 +1049,7 @@ checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
[[package]] [[package]]
name = "dbg-swc" name = "dbg-swc"
version = "0.90.41" version = "0.90.42"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap 3.2.25", "clap 3.2.25",

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
name = "dbg-swc" name = "dbg-swc"
repository = "https://github.com/kdy1/dbg-swc.git" repository = "https://github.com/kdy1/dbg-swc.git"
version = "0.90.41" version = "0.90.42"
[[bin]] [[bin]]
bench = false bench = false