fbi-proxy 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48,7 +48,7 @@ jobs:
48
48
  run: |
49
49
  sudo apt-get update
50
50
  sudo apt-get install -y gcc-aarch64-linux-gnu
51
-
51
+
52
52
  - name: Build binary
53
53
  working-directory: rs
54
54
  run: |
@@ -79,6 +79,8 @@ jobs:
79
79
  permissions:
80
80
  contents: write
81
81
  id-token: write
82
+ issues: write
83
+ pull-requests: write
82
84
  packages: write
83
85
  steps:
84
86
  - uses: actions/checkout@v4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.1.0](https://github.com/snomiao/fbi-proxy/compare/v1.0.0...v1.1.0) (2025-07-25)
2
+
3
+
4
+ ### Features
5
+
6
+ * migrate from npm to bun in GitHub Actions workflow ([fe40560](https://github.com/snomiao/fbi-proxy/commit/fe405600af20f3268b1567399d2a3467f23d2337))
7
+
1
8
  # 1.0.0 (2025-07-25)
2
9
 
3
10
 
package/package.json CHANGED
@@ -32,5 +32,5 @@
32
32
  "bin": {
33
33
  "fbi-proxy": "ts/cli.ts"
34
34
  },
35
- "version": "1.0.0"
35
+ "version": "1.1.0"
36
36
  }
Binary file