chore: Publish crates

This commit is contained in:
SWC Bot 2022-03-23 21:41:10 +00:00
parent 48f3dc8cc4
commit dbe21cab68
3 changed files with 5 additions and 2 deletions

View File

@ -20,6 +20,9 @@
- **(css/minifier)** Remove `@charset` at-rule if possible (#4135) ([6b6664a](https://github.com/swc-project/swc/commit/6b6664a92df62338c1152fbe9baa5227eb3075a4))
- **(es/codegen)** Compress `\t` in string literals more (#4131) ([48f3dc8](https://github.com/swc-project/swc/commit/48f3dc8cc439fa5970b68a28c7db26cb88dacca7))
- **(es/typescript)** Support optional variance annotations (#4008) ([bf1924d](https://github.com/swc-project/swc/commit/bf1924d1a8cc2039b624eecd9730d012c1e47321))

2
Cargo.lock generated
View File

@ -3259,7 +3259,7 @@ dependencies = [
[[package]]
name = "swc_ecma_codegen"
version = "0.99.1"
version = "0.99.2"
dependencies = [
"bitflags",
"memchr",

View File

@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_codegen"
repository = "https://github.com/swc-project/swc.git"
version = "0.99.1"
version = "0.99.2"
[dependencies]
bitflags = "1"