Skip to content

Commit

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


### [13.10.1](v13.10.0...v13.10.1) (2022-04-13)


### Bug Fixes

* bump retries for pull request iterator from 1 to 3 ([#1377](#1377)) ([b2b7ff8](b2b7ff8)), closes [#1376](#1376)
* don't crash when pull request iterator GraphQL returns no response ([b2b7ff8](b2b7ff8))
* fixed maxResults check in tag and release iterators ([#1378](#1378)) ([6492a86](6492a86))
* GraphQL retry now uses exponential backoff ([b2b7ff8](b2b7ff8))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] authored Apr 13, 2022
1 parent b2b7ff8 commit 0c68c25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

[1]: https://www.npmjs.com/package/release-please?activeTab=versions

### [13.10.1](https://github.com/googleapis/release-please/compare/v13.10.0...v13.10.1) (2022-04-13)


### Bug Fixes

* bump retries for pull request iterator from 1 to 3 ([#1377](https://github.com/googleapis/release-please/issues/1377)) ([b2b7ff8](https://github.com/googleapis/release-please/commit/b2b7ff8ce98714ac591857b194ba0d51d9c2a641)), closes [#1376](https://github.com/googleapis/release-please/issues/1376)
* don't crash when pull request iterator GraphQL returns no response ([b2b7ff8](https://github.com/googleapis/release-please/commit/b2b7ff8ce98714ac591857b194ba0d51d9c2a641))
* fixed maxResults check in tag and release iterators ([#1378](https://github.com/googleapis/release-please/issues/1378)) ([6492a86](https://github.com/googleapis/release-please/commit/6492a86c56bbbb9b85f96bdf7edba910f1d66fc0))
* GraphQL retry now uses exponential backoff ([b2b7ff8](https://github.com/googleapis/release-please/commit/b2b7ff8ce98714ac591857b194ba0d51d9c2a641))

## [13.10.0](https://github.com/googleapis/release-please/compare/v13.9.0...v13.10.0) (2022-04-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-please",
"version": "13.10.0",
"version": "13.10.1",
"description": "generate release PRs based on the conventionalcommits.org spec",
"main": "./build/src/index.js",
"bin": "./build/src/bin/release-please.js",
Expand Down

0 comments on commit 0c68c25

Please sign in to comment.