Releases: all-i-code/bumpr
Releases · all-i-code/bumpr
[2.13.2] - 2022-06-02
Changelog
Fixed
- Importing of Node packages
[2.13.1] - 2022-04-21
Changelog
Security
- Removed unused dependency,
nlf
to stop requiring old, compromised version ofminimist
[2.13.0] - 2022-04-19
Changelog
Changed
- Default branch name when there's no CI branch env variable (from
master
toconfig.repository.defaultBranch
ormain
).
Security
- Updated dependencies to resolve
dependabot
issues
[2.12.0] - 2022-02-22
Changelog
Added
- new
bumpr info
command to write out a log file from a merged PR
[2.11.1] - 2021-06-25
Changelog
Changed
- Dependencies to latest available version
- Some code style to match latest
eslint
defaults
[2.11.0] - 2021-06-25
Changelog
Added
- New optional
required
option in changelog config to ensure changelog matches a list of regular expressions (ie to ensure proper links to tickets/issues exist)
[2.10.0] - 2020-12-13
Changelog
Added
- Support for parsing
changelog
from adependabot
PR (using the title of the PR)
[2.9.0] - 2020-12-13
Changelog
Added
- Support for Circle-ci PRs from non-forks (where
CIRCLE_PR_NUMBER
isn't set, but ratherCIRLCE_PULL_REQUEST
is set)
[2.8.0] - 2020-12-13
Changelog
Added
- Support for parsing
dependabot
PR descriptions (currently treated aspatch
)
[2.7.3] - 2020-12-11
Changelog
Fixed
- Repo URL references in code
Security
- Updated dependencies