From 20ad4338c59fd6d357f398bdafe84016f1de34ad Mon Sep 17 00:00:00 2001 From: Bumpr Date: Mon, 1 Jul 2019 13:09:41 +0000 Subject: [PATCH] [ci skip] [bumpr] Version bump to 2.6.0 From CI build 48 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a234f2c..1add158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [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 + + + ## [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)) diff --git a/package.json b/package.json index 7e77d07..9c956e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bumpr", - "version": "2.5.0", + "version": "2.6.0", "description": "Bump the version of an package based on a Pull Request", "bin": { "bumpr": "./bin/cli.js"