Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .bumpy/empty-ci-setup.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/fix-check-branch-filter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/fix-delete-empty-bump-files.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/generate-from-all-commits.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/init-readme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/json-schema-and-config.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/merge-migrate-into-init.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/bumpy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0

_2026-04-22_

- [#29](https://github.com/dmno-dev/bumpy/pull/29) [`040386c`](https://github.com/dmno-dev/bumpy/commit/040386c685ef08b66888a2fdf6b9dfaedb4298db) - Generate comprehensive README.md in .bumpy/ during init with auto-detected package manager commands
- [#30](https://github.com/dmno-dev/bumpy/pull/30) [`acdf57c`](https://github.com/dmno-dev/bumpy/commit/acdf57c2d403f6aef4b15f2876ed171c85bd771e) - Fix check command to only count bump files from current branch, and handle empty bump files correctly in both local and CI check
- [#32](https://github.com/dmno-dev/bumpy/pull/32) [`6f9bce7`](https://github.com/dmno-dev/bumpy/commit/6f9bce77b518cdc075467b46113f2f6b0e1d6a76) - Fix empty bump files not being deleted during versioning
- [#33](https://github.com/dmno-dev/bumpy/pull/33) [`d2d73c4`](https://github.com/dmno-dev/bumpy/commit/d2d73c4b91cb12d75635629454a63cc3d5ad4118) - Generate command now detects bumps from all commits, not just conventional commits.
- [#34](https://github.com/dmno-dev/bumpy/pull/34) [`32c3856`](https://github.com/dmno-dev/bumpy/commit/32c385600b43e1b6f8b414b748031bef8f47e1b5) - Add published JSON schema for config file with editor autocomplete/validation. New config options: `changedFilePatterns` (root + per-package) for filtering which file changes trigger package detection, `commit` object form for custom commit messages, and `changelog: false` to disable changelog generation.
- [#35](https://github.com/dmno-dev/bumpy/pull/35) [`83814c7`](https://github.com/dmno-dev/bumpy/commit/83814c76bd4ffdc1fd2ce5dfdb6ce281a2174e03) - Merge migrate command into init — `bumpy init` now auto-detects `.changeset/` and handles migration. Added 🐸 emoji to success messages across all commands.

## 🎉 1.0.0 <img src="https://raw.githubusercontent.com/dmno-dev/bumpy/main/images/frog-party.png" alt="bumpy-frog-party" width="80" style="image-rendering: pixelated;" align="right" />

_2026-04-21_
Expand Down
2 changes: 1 addition & 1 deletion packages/bumpy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlock/bumpy",
"version": "1.0.0",
"version": "1.1.0",
"description": "Modern monorepo versioning and changelog tool",
"keywords": [
"bump",
Expand Down