chore: Publish crates

This commit is contained in:
Donny 2022-01-20 16:10:32 +09:00
parent f62e6312d5
commit e2424af430
3 changed files with 5 additions and 10 deletions

View File

@ -5,16 +5,11 @@
- **(es/minifier)** Don't inline functions used as arguments (#3320) ([57204e3](https://github.com/swc-project/swc/commit/57204e39cd24ecdb190a671bd3e163ff0c2ab983))
## [1.2.132] - 2022-01-20
### Bug Fixes
- **(css)** Fix parsing of media queries (#3318) ([0723ee2](https://github.com/swc-project/swc/commit/0723ee282861a1e648490989c122d5f4e683dc35))
- **(es/minifier)** Don't inline functions used as arguments (#3320) ([57204e3](https://github.com/swc-project/swc/commit/57204e39cd24ecdb190a671bd3e163ff0c2ab983))
### Documentation

2
Cargo.lock generated
View File

@ -2652,7 +2652,7 @@ dependencies = [
[[package]]
name = "swc"
version = "0.116.13"
version = "0.116.14"
dependencies = [
"ahash",
"anyhow",

View File

@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.116.13"
version = "0.116.14"
[lib]
name = "swc"