Skip to content

Commit 36a0b18

Browse files
authored
Merge pull request #42 from dmno-dev/bumpy/version-packages
🐸 Versioned release
2 parents 8ae14f9 + f202ea2 commit 36a0b18

7 files changed

Lines changed: 10 additions & 23 deletions

.bumpy/ci-comparison-docs.md

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

.bumpy/fix-pr-links-and-workspace-shorthand.md

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

.bumpy/gmail-dark-mode-and-changelog-tweaks.md

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

.bumpy/status-json-enhancements.md

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

.bumpy/surface-bump-file-parse-errors.md

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

packages/bumpy/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
_2026-04-22_
6+
7+
- Add `inCurrentBranch` and `publishTargets` fields to `status --json` output
8+
- [#44](https://github.com/dmno-dev/bumpy/pull/44) - Fix PR diff links to use full absolute URLs with `/changes` path and sha256 anchors. Preserve `workspace:^`, `workspace:~`, and `workspace:*` shorthand ranges during versioning instead of resolving them.
9+
- [#45](https://github.com/dmno-dev/bumpy/pull/45) - Surface bump file parse errors to users instead of silently ignoring them
10+
- [#43](https://github.com/dmno-dev/bumpy/pull/43) - Fix frog images getting color-inverted in Gmail dark mode by wrapping in anchor tags. Make commit links opt-in via `includeCommitLink` option in GitHub changelog formatter, and add default list of bot/AI authors to skip "Thanks" attribution for.
11+
312
## 1.2.0
413

514
_2026-04-22_

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.2.0",
3+
"version": "1.2.1",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)