Skip to content

Commit 0376643

Browse files
author
lei.liao
committed
chore(release): v1.1.33 (Finalize CI cleanup and force release)
1 parent 9f56bf7 commit 0376643

5 files changed

Lines changed: 3 additions & 41 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
paths:
9-
- 'package.json'
108

119
permissions:
1210
contents: write

.github/workflows/pr-gate.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function Detect-NetworkZone {
3939
$BVM_REGION = Detect-NetworkZone
4040
$REGISTRY = if ($BVM_REGION -eq "cn") { "registry.npmmirror.com" } else { "registry.npmjs.org" }
4141

42-
$DEFAULT_BVM_VER = "v1.1.32"
42+
$DEFAULT_BVM_VER = "v1.1.33"
4343
$BVM_VER = if ($env:BVM_INSTALL_VERSION) { $env:BVM_INSTALL_VERSION } else { "" }
4444
if (-not $BVM_VER) {
4545
try {

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# --- Configuration ---
6-
DEFAULT_BVM_VERSION="v1.1.32" # Fallback
6+
DEFAULT_BVM_VERSION="v1.1.33" # Fallback
77
FALLBACK_BUN_VERSION="1.3.6"
88
BVM_SRC_VERSION="${BVM_INSTALL_VERSION}" # If empty, will resolve dynamically
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bvm-core",
3-
"version": "1.1.32",
3+
"version": "1.1.33",
44
"description": "The native version manager for Bun. Cross-platform, shell-agnostic, and zero-dependency.",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)