Skip to content

Commit dcc4f2a

Browse files
committed
chore: Publish crates
1 parent e9bad20 commit dcc4f2a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
- **(es/modules)** Handle `this` in class methods (#5065) ([ef543b1](https://github.com/swc-project/swc/commit/ef543b1b22b9cf29add68984318fe19620240888))
1212

13+
14+
- **(html/minifier)** Fix smart mode (#5058) ([e9bad20](https://github.com/swc-project/swc/commit/e9bad20898df92f7d0dd898ab1924229d5113251))
15+
1316
### Features
1417

1518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/swc_html_minifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
1010
license = "Apache-2.0"
1111
name = "swc_html_minifier"
1212
repository = "https://github.com/swc-project/swc.git"
13-
version = "0.23.0"
13+
version = "0.23.1"
1414

1515
[lib]
1616
bench = false

0 commit comments

Comments
 (0)