diff --git a/CHANGELOG.json b/CHANGELOG.json index c4070f26..c10e8170 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "beachball", "entries": [ + { + "date": "Tue, 18 Jul 2023 08:03:27 GMT", + "tag": "beachball_v2.34.1", + "version": "2.34.1", + "comments": { + "patch": [ + { + "author": "elcraig@microsoft.com", + "package": "beachball", + "commit": "cc78b36280bb94cb9c5f5b15ba507ef2d847f0d8", + "comment": "Update dependency workspace-tools to ^0.35.0" + }, + { + "author": "elcraig@microsoft.com", + "package": "beachball", + "commit": "62ce25a3378342109fbb187b7c555a0e40ee28e0", + "comment": "Prevent retrying publishing and display a specific helpful error message in case of certain common errors (version exists; auth issue)" + } + ] + } + }, { "date": "Thu, 13 Jul 2023 08:04:00 GMT", "tag": "beachball_v2.34.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e128b4b..d85c10fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log - beachball -This log was last generated on Thu, 13 Jul 2023 08:04:00 GMT and should not be manually modified. +This log was last generated on Tue, 18 Jul 2023 08:03:27 GMT and should not be manually modified. +## 2.34.1 + +Tue, 18 Jul 2023 08:03:27 GMT + +### Patches + +- Update dependency workspace-tools to ^0.35.0 (elcraig@microsoft.com) +- Prevent retrying publishing and display a specific helpful error message in case of certain common errors (version exists; auth issue) (elcraig@microsoft.com) + ## 2.34.0 Thu, 13 Jul 2023 08:04:00 GMT diff --git a/change/beachball-91241dda-6100-4ccb-a59d-3f0867ffd073.json b/change/beachball-91241dda-6100-4ccb-a59d-3f0867ffd073.json deleted file mode 100644 index 3e94f872..00000000 --- a/change/beachball-91241dda-6100-4ccb-a59d-3f0867ffd073.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Update dependency workspace-tools to ^0.35.0", - "packageName": "beachball", - "email": "elcraig@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/beachball-d1b2b2d2-c6cf-4ada-820d-bf5ed03fcce7.json b/change/beachball-d1b2b2d2-c6cf-4ada-820d-bf5ed03fcce7.json deleted file mode 100644 index 687eeccb..00000000 --- a/change/beachball-d1b2b2d2-c6cf-4ada-820d-bf5ed03fcce7.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "Prevent retrying publishing and display a specific helpful error message in case of certain common errors (version exists; auth issue)", - "packageName": "beachball", - "email": "elcraig@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index d72441e5..545bbf2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beachball", - "version": "2.34.0", + "version": "2.34.1", "description": "The Sunniest Semantic Version Bumper", "repository": { "type": "git",