Skip to content

Commit

Permalink
chore: release main (#5482)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


<details><summary>gcf-utils: 16.1.0</summary>

##
[16.1.0](gcf-utils-v16.0.1...gcf-utils-v16.1.0)
(2024-09-27)


### Features

* add ability to configure app to skip throttling on rate limits
([#5517](#5517))
([fc03235](fc03235))
</details>

<details><summary>flakybot: 1.2.2</summary>

##
[1.2.2](flakybot-v1.2.1...flakybot-v1.2.2)
(2024-09-27)


### Bug Fixes

* **deps:** update to gcf-utils v16
([#5481](#5481))
([5a79218](5a79218))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
release-please[bot] and chingor13 authored Sep 27, 2024
1 parent fc03235 commit 80b0c5f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"packages/bot-config-utils": "8.0.0",
"packages/cron-utils": "5.0.0",
"packages/datastore-lock": "6.0.0",
"packages/flakybot": "1.2.1",
"packages/gcf-utils": "16.0.1",
"packages/flakybot": "1.2.2",
"packages/gcf-utils": "16.1.0",
"packages/git-file-utils": "2.0.0",
"packages/issue-utils": "4.0.0",
"packages/label-utils": "5.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/flakybot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.2](https://github.com/googleapis/repo-automation-bots/compare/flakybot-v1.2.1...flakybot-v1.2.2) (2024-09-27)


### Bug Fixes

* **deps:** update to gcf-utils v16 ([#5481](https://github.com/googleapis/repo-automation-bots/issues/5481)) ([5a79218](https://github.com/googleapis/repo-automation-bots/commit/5a792185c8a27ef673f8667951539cb258ac40c7))

## [1.2.1](https://github.com/googleapis/repo-automation-bots/compare/flakybot-v1.2.0...flakybot-v1.2.1) (2024-09-06)


Expand Down
7 changes: 7 additions & 0 deletions packages/gcf-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [16.1.0](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v16.0.1...gcf-utils-v16.1.0) (2024-09-27)


### Features

* add ability to configure app to skip throttling on rate limits ([#5517](https://github.com/googleapis/repo-automation-bots/issues/5517)) ([fc03235](https://github.com/googleapis/repo-automation-bots/commit/fc0323503fb62dfa0873e58aaf2b701273103d0f))

## [16.0.1](https://github.com/googleapis/repo-automation-bots/compare/gcf-utils-v16.0.0...gcf-utils-v16.0.1) (2024-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/gcf-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gcf-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gcf-utils",
"version": "16.0.1",
"version": "16.1.0",
"description": "An extension for running Probot in Google Cloud Functions",
"scripts": {
"compile": "tsc -p .",
Expand Down

0 comments on commit 80b0c5f

Please sign in to comment.