Skip to content

Commit ee3c42d

Browse files
committed
Bump version
1 parent 6984217 commit ee3c42d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swc/core",
3-
"version": "1.2.44",
3+
"version": "1.2.45",
44
"description": "Super-fast alternative for babel",
55
"homepage": "https://swc.rs",
66
"main": "./index.js",

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.44"
8+
version = "1.2.45"
99

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

0 commit comments

Comments
 (0)