Skip to content

Commit

Permalink
[ci skip] [bumpr] Version bump to 2.5.0
Browse files Browse the repository at this point in the history
From CI build 46
  • Loading branch information
Bumpr committed Apr 18, 2019
1 parent 8737f0d commit 09d97db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions 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.5.0] - 2019-04-18 ([PR 28](https://github.com/jobsquad/bumpr/pull/28))
### Added
- Support for GitHub Release creation during a `bump` or `tag` command ([#7](https://github.com/jobsquad/bumpr/issues/7))


## [2.4.0] - 2019-03-31 ([PR 27](https://github.com/jobsquad/bumpr/pull/27))
### Added
- Support for `git+ssh://[email protected]/<owner>/<repo>` URL in `package.json`'s `repository.url` attribute to avoid #26
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bumpr",
"version": "2.4.0",
"version": "2.5.0",
"description": "Bump the version of an package based on a Pull Request",
"bin": {
"bumpr": "./bin/cli.js"
Expand Down Expand Up @@ -65,4 +65,4 @@
"webpack-cli": "^2.1.3",
"webpack-node-externals": "^1.7.2"
}
}
}

0 comments on commit 09d97db

Please sign in to comment.