mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
chore: Publish crates
This commit is contained in:
parent
f62e6312d5
commit
e2424af430
11
CHANGELOG.md
11
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -2652,7 +2652,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "swc"
|
||||
version = "0.116.13"
|
||||
version = "0.116.14"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user