Skip to content

Commit

Permalink
[ci skip] Version bump to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bumpr committed Dec 20, 2022
1 parent 1677d3f commit a52585c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- bumpr -->

## [2.14.0] - 2022-12-20 ([PR 64](https://github.com/all-i-code/bumpr/pull/64))
### Added
- The ability to disable tag creation in config
- The ability to pass PR info into `bumpr tag` command with the `--info-file` option

## [2.13.3] - 2022-08-31 ([PR 63](https://github.com/all-i-code/bumpr/pull/63))
### Security
- Update `moment-timezone`
Expand All @@ -28,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [2.13.0] - 2022-04-19 ([PR 57](https://github.com/all-i-code/bumpr/pull/57))
### Changed
- Default branch name when there's no CI branch env variable (from `master` to `config.repository.defaultBranch` or `main`).
- Default branch name when there's no CI branch env variable (from `master` to `config.repository.defaultBranch` or `main`).
### Security
- Updated dependencies to resolve `dependabot` issues

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumpr",
"version": "2.13.3",
"version": "2.14.0",
"description": "Bump the version of an package based on a Pull Request",
"bin": {
"bumpr": "./bin/cli.js"
Expand Down

0 comments on commit a52585c

Please sign in to comment.