Skip to content

Commit 0908d43

Browse files
chore(main): release 1.13.2 (#215)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30a19a7 commit 0908d43

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.13.2](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.13.1...v1.13.2) (2026-03-20)
4+
5+
6+
### Bug Fixes
7+
8+
* catch more expected getPullRequestForCommit errors ([#217](https://github.com/stainless-api/upload-openapi-spec-action/issues/217)) ([30a19a7](https://github.com/stainless-api/upload-openapi-spec-action/commit/30a19a747712b69ce39444e554d7ddd95f79c65a))
9+
* sort regressions first when determining worst outcome ([#214](https://github.com/stainless-api/upload-openapi-spec-action/issues/214)) ([202724b](https://github.com/stainless-api/upload-openapi-spec-action/commit/202724b6cc35cd15f1b0188f70397387645b73ff))
10+
311
## [1.13.1](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.13.0...v1.13.1) (2026-03-16)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload-openapi-spec-action",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "./scripts/build",

0 commit comments

Comments
 (0)