Skip to content

Commit

Permalink
[ci skip] [bumpr] Version bump to 2.7.0
Browse files Browse the repository at this point in the history
From CI build 50
  • Loading branch information
Bumpr committed Jul 2, 2019
1 parent 12164f9 commit e80fed3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- bumpr -->

## [2.7.0] - 2019-07-02 ([PR 30](https://github.com/jobsquad/bumpr/pull/30))
### Added
- `--num-extra-commits` option to `bumpr bump` commit in case CI scripts create additional commits before bumping versions.
- Some additional logging for when `VERBOSE` is set
- An explicit `maxBuffer` to `exec` when doing `npm publish .` as the `stderr` there seem to be kinda big.


## [2.6.0] - 2019-07-01 ([PR 29](https://github.com/jobsquad/bumpr/pull/29))
### Added
- `bumpr is-pr` command to check if a current build is a PR build
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.6.0",
"version": "2.7.0",
"description": "Bump the version of an package based on a Pull Request",
"bin": {
"bumpr": "./bin/cli.js"
Expand Down

0 comments on commit e80fed3

Please sign in to comment.