From a52585c986207082580684ab9587602a2705a134 Mon Sep 17 00:00:00 2001 From: Bumpr Date: Tue, 20 Dec 2022 06:30:44 -0700 Subject: [PATCH] [ci skip] Version bump to 2.14.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c31646..d1f4ac8 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.14.0] - 2022-12-20 ([PR 64](https://github.com/all-i-code/bumpr/pull/64)) +### Added +- The ability to disable tag creation in config +- The ability to pass PR info into `bumpr tag` command with the `--info-file` option + ## [2.13.3] - 2022-08-31 ([PR 63](https://github.com/all-i-code/bumpr/pull/63)) ### Security - Update `moment-timezone` @@ -28,7 +33,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [2.13.0] - 2022-04-19 ([PR 57](https://github.com/all-i-code/bumpr/pull/57)) ### Changed -- Default branch name when there's no CI branch env variable (from `master` to `config.repository.defaultBranch` or `main`). +- Default branch name when there's no CI branch env variable (from `master` to `config.repository.defaultBranch` or `main`). ### Security - Updated dependencies to resolve `dependabot` issues diff --git a/package.json b/package.json index a5da379..9dd558c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bumpr", - "version": "2.13.3", + "version": "2.14.0", "description": "Bump the version of an package based on a Pull Request", "bin": { "bumpr": "./bin/cli.js"