From 955f8c49517e6af7799f94e77abc233ce1d2606b Mon Sep 17 00:00:00 2001 From: Bumpr Date: Tue, 9 Jul 2019 12:35:05 +0000 Subject: [PATCH] [ci skip] [bumpr] Version bump to 2.7.2 From CI build 55 --- CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61263e..7f5824b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [2.7.2] - 2019-07-09 ([PR 32](https://github.com/jobsquad/bumpr/pull/32)) +### Removed +- Unused dev dependencies + + ## [2.7.1] - 2019-07-09 ([PR 31](https://github.com/jobsquad/bumpr/pull/31)) ### Added - Some additional logging when `VERBOSE` is set diff --git a/package.json b/package.json index 3f68e18..dc5ff8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bumpr", - "version": "2.7.1", + "version": "2.7.2", "description": "Bump the version of an package based on a Pull Request", "bin": { "bumpr": "./bin/cli.js" @@ -59,4 +59,4 @@ "lint-staged": "^7.2.0", "prettier": "^1.13.7" } -} +} \ No newline at end of file