From bb8c73c5dffa70128d7aca6ac2aae65f76745681 Mon Sep 17 00:00:00 2001 From: Bumpr Date: Fri, 5 Oct 2018 04:43:58 +0000 Subject: [PATCH] [ci skip] [bumpr] Version bump to 2.3.0 From CI build 39 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a359a..e1c611e 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.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` diff --git a/package.json b/package.json index 0a4ca98..58e5112 100644 --- a/package.json +++ b/package.json @@ -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"