diff --git a/CHANGELOG.json b/CHANGELOG.json index 0786d42da..0daa9bd6b 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "beachball", "entries": [ + { + "date": "Fri, 01 Sep 2023 08:03:30 GMT", + "version": "2.37.0", + "tag": "beachball_v2.37.0", + "comments": { + "patch": [ + { + "author": "elcraig@microsoft.com", + "package": "beachball", + "commit": "6223ecb4e6d4dda23e5d6d0c40dd300107a79cf2", + "comment": "Ensure getCliOptions properly handles all boolean and numeric options" + } + ], + "minor": [ + { + "author": "elcraig@microsoft.com", + "package": "beachball", + "commit": "527bf1a662fd2e27072c48a59901e466864d3ced", + "comment": "Minor improvements to path include/exclude logic" + } + ] + } + }, { "date": "Thu, 31 Aug 2023 08:03:29 GMT", "version": "2.36.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ba6e8bb..70a69ea09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - beachball -This log was last generated on Thu, 31 Aug 2023 08:03:29 GMT and should not be manually modified. +This log was last generated on Fri, 01 Sep 2023 08:03:30 GMT and should not be manually modified. +## 2.37.0 + +Fri, 01 Sep 2023 08:03:30 GMT + +### Minor changes + +- Minor improvements to path include/exclude logic (elcraig@microsoft.com) + +### Patches + +- Ensure getCliOptions properly handles all boolean and numeric options (elcraig@microsoft.com) + ## 2.36.1 Thu, 31 Aug 2023 08:03:29 GMT diff --git a/change/beachball-349b5c41-3054-4f34-b30d-1413216f67e9.json b/change/beachball-349b5c41-3054-4f34-b30d-1413216f67e9.json deleted file mode 100644 index bf2a082a2..000000000 --- a/change/beachball-349b5c41-3054-4f34-b30d-1413216f67e9.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Ensure getCliOptions properly handles all boolean and numeric options", - "packageName": "beachball", - "email": "elcraig@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/beachball-4182291c-ee3b-455f-8d64-bf4213a49c76.json b/change/beachball-4182291c-ee3b-455f-8d64-bf4213a49c76.json deleted file mode 100644 index e3bc5ed33..000000000 --- a/change/beachball-4182291c-ee3b-455f-8d64-bf4213a49c76.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Minor improvements to path include/exclude logic", - "packageName": "beachball", - "email": "elcraig@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 76d074cbe..1f818cd4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beachball", - "version": "2.36.1", + "version": "2.37.0", "description": "The Sunniest Semantic Version Bumper", "repository": { "type": "git",