Skip to content

Commit

Permalink
chore: Publish v1.2.146
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 27, 2022
1 parent c8b0d28 commit ded7a8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.145"
version = "1.2.146"

[lib]
crate-type = ["cdylib"]
Expand All @@ -28,5 +28,5 @@ swc = {path = "../swc"}
swc_common = {path = "../swc_common"}
swc_ecma_lints = {path = "../swc_ecma_lints", features = ["non_critical_lints"]}
swc_ecmascript = {path = "../swc_ecmascript"}
tracing = { version = "0.1.31", features = ["release_max_level_off"] }
tracing = {version = "0.1.31", features = ["release_max_level_off"]}
wasm-bindgen = {version = "0.2", features = ["serde-serialize"]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.145",
"version": "1.2.146",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

0 comments on commit ded7a8e

Please sign in to comment.