chore: Publish crates

This commit is contained in:
강동윤 (Donny) 2024-01-15 12:32:43 +09:00
parent cc48dc631a
commit 97266313ed
3 changed files with 3 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [1.3.103] - 2024-01-15
### Bug Fixes
@ -1506,12 +1506,4 @@
- **(es/minifier)** Make minifier not overly generic ([#7483](https://github.com/swc-project/swc/issues/7483)) ([65ce5d1](https://github.com/swc-project/swc/commit/65ce5d1081271f1cb4db6d4537311fbb60a08359))
## [1.3.61] - 2023-05-30
### Features
- **(common)** Enable bytecheck for missing structs ([#7465](https://github.com/swc-project/swc/issues/7465)) ([56ac9eb](https://github.com/swc-project/swc/commit/56ac9eb6b3c8cc379ee4ccf55d6130e39aa641b8))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -1087,7 +1087,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.90.26"
version = "0.90.27"
dependencies = [
"anyhow",
"clap 3.2.25",

View File

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