Skip to content

Commit

Permalink
chore: Publish 1.3.101-nightly-20231210.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Dec 10, 2023
1 parent b8fbe4e commit 7113d94
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions bindings/Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/binding_core_wasm/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_core_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.101-nightly-20231209.1"
version = "1.3.101-nightly-20231210.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/binding_minifier_wasm/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "binding_minifier_wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.3.101-nightly-20231209.1"
version = "1.3.101-nightly-20231210.1"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion bindings/swc_cli/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cli"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.98"
version = "0.91.99"

[[bin]]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.3.101-nightly-20231209.1",
"version": "1.3.101-nightly-20231210.1",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/minifier/package.json
@@ -1,6 +1,6 @@
{
"name": "@swc/minifier",
"version": "1.3.101-nightly-20231209.1",
"version": "1.3.101-nightly-20231210.1",
"description": "Super-fast alternative for terser",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

0 comments on commit 7113d94

Please sign in to comment.