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"