diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a09f31..0b9c82e 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.16.2] - 2023-09-28 ([PR 77](https://github.com/all-i-code/bumpr/pull/77)) +### Fixed +- Processing of response from `npm query .workspace` + + + + ## [2.16.1] - 2023-09-27 ([PR 74](https://github.com/all-i-code/bumpr/pull/74)) ### Removed - Experimental JSON import diff --git a/package.json b/package.json index 7cf913b..78d88e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bumpr", - "version": "2.16.1", + "version": "2.16.2", "description": "Bump the version of an package based on a Pull Request", "type": "module", "bin": {