Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 27, 2024
1 parent fc03235 commit 688dc5e
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 688dc5e

Please sign in to comment.