Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions bun.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: bun
version: "1.2.5"
version: "1.2.7"
epoch: 0
description: "Incredibly fast JavaScript runtime, bundler, test runner, and package manager - all in one"
copyright:
Expand All @@ -20,8 +20,8 @@ environment:
- busybox
- c-ares-dev
- ccache
- clang-18
- clang-18-dev
- clang-19
- clang-19-dev
- cmake
- coreutils
- curl
Expand All @@ -32,8 +32,8 @@ environment:
- icu-dev
- libarchive-dev
- libtool
- llvm-18-dev
- llvm-lld-18-dev
- llvm-19-dev
- llvm-lld-19-dev
- m4
- mimalloc2-dev
- nodejs
Expand All @@ -58,7 +58,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/oven-sh/bun
expected-commit: 013fdddc6ed18bc849614ccb37a296fa0f69a5db
expected-commit: 5c0fa6dc214431a11cbd8279c6629f0fc562881d
tag: bun-v${{package.version}}

- runs: |
Expand Down
Loading