From 1404419d5773a773be8ac384a1009a430a7ba07a Mon Sep 17 00:00:00 2001 From: Bumpr Date: Tue, 25 Apr 2023 16:42:57 +0000 Subject: [PATCH] [ci skip] [bumpr] Version bump to 2.15.2 From CI build 7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba7205..9adac9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [2.15.2] - 2023-04-25 ([PR 71](https://github.com/all-i-code/bumpr/pull/71)) +### Fixed +- Merge build handling in github actions + + + + ## [2.15.1] - 2023-01-04 ([PR 68](https://github.com/all-i-code/bumpr/pull/68)) ### Fixed - Regex for collecting markdown links to not include second closing paren if link is within parentheses. diff --git a/package.json b/package.json index eec0708..52b0125 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bumpr", - "version": "2.15.1", + "version": "2.15.2", "description": "Bump the version of an package based on a Pull Request", "bin": { "bumpr": "./bin/cli.js"