We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff47e25 commit 7f96847Copy full SHA for 7f96847
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@swc/core",
3
- "version": "1.2.64",
+ "version": "1.2.65",
4
"description": "Super-fast alternative for babel",
5
"homepage": "https://swc.rs",
6
"main": "./index.js",
wasm/Cargo.toml
@@ -6,7 +6,7 @@ license = "Apache-2.0 AND MIT"
name = "wasm"
7
publish = false
8
repository = "https://github.com/swc-project/swc.git"
9
-version = "1.2.64"
+version = "1.2.65"
10
11
[lib]
12
crate-type = ["cdylib"]
0 commit comments