Skip to content

Commit 069734e

Browse files
committed
Version packages
@varlock/bumpy@1.16.1
1 parent 34508a4 commit 069734e

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

.bumpy/recover-bump-files-past-version-commit.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.16.1
4+
5+
<sub>2026-06-25</sub>
6+
7+
- [#136](https://github.com/dmno-dev/bumpy/pull/136) _(patch)_
8+
Fixed GitHub release notes coming up empty (`No changelog entries.`) when the publish ran several commits after the version commit — e.g. a retry after the first publish was blocked and unrelated fixes landed on main. Bump-file recovery assumed the version commit was always `HEAD~1..HEAD`; it now locates the most recent commit that actually deleted bump files and recovers their content from that commit's parent, so release notes are populated regardless of how far HEAD has moved past versioning.
9+
310
## 1.16.0
411

512
<sub>2026-06-23</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.0",
3+
"version": "1.16.1",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)