Skip to content

Commit 28ba3b7

Browse files
committed
Version packages
@varlock/bumpy@1.17.0
1 parent 98ef1f2 commit 28ba3b7

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.bumpy/cwd-flag.md

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

packages/bumpy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.17.0
4+
5+
<sub>2026-06-25</sub>
6+
7+
- [#138](https://github.com/dmno-dev/bumpy/pull/138) _(minor)_
8+
Added a global `--cwd <dir>` flag that runs bumpy as if it were started in `<dir>`. This makes the `pull_request_target` PR-check workflow safe against a previously-undocumented attack: a fork PR could commit a `bunfig.toml`/`.npmrc` that redirected where `bunx @varlock/bumpy` itself was fetched from (swapping in a malicious package at the pinned version). The recommended workflow now fetches and runs bumpy from a trusted base checkout and points it at the untrusted PR tree with `--cwd ./pr`, so package-manager config in the PR can no longer influence how bumpy is obtained.
9+
310
## 1.16.1
411

512
<sub>2026-06-25</sub>

packages/bumpy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlock/bumpy",
3-
"version": "1.16.1",
3+
"version": "1.17.0",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)