Skip to content

Commit 031d534

Browse files
committed
Bump version
1 parent 0c45a31 commit 031d534

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core",
3-
"version": "1.2.40",
3+
"version": "1.2.43",
44
"description": "Super-fast alternative for babel",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",
@@ -80,4 +80,4 @@
8080
"type": "opencollective",
8181
"url": "https://opencollective.com/swc"
8282
}
83-
}
83+
}

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
license = "Apache-2.0/MIT"
66
name = "wasm"
77
repository = "https://github.com/swc-project/swc.git"
8-
version = "1.2.41"
8+
version = "1.2.43"
99

1010
[lib]
1111
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)