chore: Publish crates

This commit is contained in:
강동윤 (Donny) 2023-11-04 06:42:43 +09:00
parent 93bb69d14e
commit 808547f592
5 changed files with 5 additions and 21 deletions

View File

@ -1,5 +1,5 @@
# Changelog
## [unreleased]
## [1.3.96] - 2023-11-03
### Bug Fixes
@ -1714,20 +1714,4 @@
- **(es/parser)** Fix parsing of static accessors ([#7108](https://github.com/swc-project/swc/issues/7108)) ([dd2b16d](https://github.com/swc-project/swc/commit/dd2b16db9ec77e515dcd38f68f8020d70d0f9ac9))
### Features
- Feat(css/minifier) Follow the CSS spec more rigorously ([#6291](https://github.com/swc-project/swc/issues/6291))
**Description:**
Full refactor of the "calc" simplification to be more compliant with the spec. ([df09d2f](https://github.com/swc-project/swc/commit/df09d2fd4bef3ab83efbe46f8e3d42d26bbae95d))
### Refactor
- **(es/fixer)** Move comments with the insertion order ([#7097](https://github.com/swc-project/swc/issues/7097)) ([f250f24](https://github.com/swc-project/swc/commit/f250f243cba49b9cdcdc920d37c92662c14941bc))
<!-- generated by git-cliff -->

2
Cargo.lock generated
View File

@ -1056,7 +1056,7 @@ checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "dbg-swc"
version = "0.89.31"
version = "0.89.32"
dependencies = [
"anyhow",
"clap 3.2.25",

2
bindings/Cargo.lock generated
View File

@ -2954,7 +2954,7 @@ dependencies = [
[[package]]
name = "swc_cli"
version = "0.91.91"
version = "0.91.85"
dependencies = [
"anyhow",
"swc_cli_impl",

View File

@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.91"
version = "0.91.85"
[[bin]]
bench = false

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.89.31"
version = "0.89.32"
[[bin]]
bench = false