diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9c82e..f83ff0a 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.16.3] - 2023-09-28 ([PR 79](https://github.com/all-i-code/bumpr/pull/79)) +### Added +- Newline at the end of JSON files + + + ## [2.16.2] - 2023-09-28 ([PR 77](https://github.com/all-i-code/bumpr/pull/77)) ### Fixed - Processing of response from `npm query .workspace` diff --git a/package.json b/package.json index 78d88e2..1afac3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bumpr", - "version": "2.16.2", + "version": "2.16.3", "description": "Bump the version of an package based on a Pull Request", "type": "module", "bin": {