From b6fdc0cd93beed748563ac1f830cbf7d09a020f9 Mon Sep 17 00:00:00 2001 From: Bumpr Date: Tue, 20 Dec 2022 13:37:45 +0000 Subject: [PATCH] [ci skip] [bumpr] Version bump to 2.14.1 From CI build 141 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f4ac8..3a86168 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.1] - 2022-12-20 ([PR 65](https://github.com/all-i-code/bumpr/pull/65)) +### Fixed +- Remote setup for allowing push to github + + ## [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 diff --git a/package.json b/package.json index 9dd558c..1cee31a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bumpr", - "version": "2.14.0", + "version": "2.14.1", "description": "Bump the version of an package based on a Pull Request", "bin": { "bumpr": "./bin/cli.js"