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"