Skip to content

Commit

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

<!-- bumpr -->

## [2.3.0] - 2018-10-05 ([PR 24](https://github.com/jobsquad/bumpr/pull/24))
### Added
- New `tag` CLI command to just create a `git` tag and push it, with no bumping



## [2.2.0] - 2018-09-04 ([PR 22](https://github.com/jobsquad/bumpr/pull/22))
### Added
- Support for automatically parsing the Github repository owner and name out of the `repository` property in `package.json`
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.2.0",
"version": "2.3.0",
"description": "Bump the version of an package based on a Pull Request",
"bin": {
"bumpr": "./bin/cli.js"
Expand Down

0 comments on commit bb8c73c

Please sign in to comment.