Skip to content

Commit e06dc0d

Browse files
chore(main): release 1.13.1 (#210)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85f07c6 commit e06dc0d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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.1](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.13.0...v1.13.1) (2026-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* catch guesser errors ([#211](https://github.com/stainless-api/upload-openapi-spec-action/issues/211)) ([85f07c6](https://github.com/stainless-api/upload-openapi-spec-action/commit/85f07c68c3e04d0237647300f884b1b9983aed75))
9+
* slightly different polling termination condition ([#208](https://github.com/stainless-api/upload-openapi-spec-action/issues/208)) ([319cfc9](https://github.com/stainless-api/upload-openapi-spec-action/commit/319cfc9d3522edacb70de93393c572bcdbdf15ac))
10+
311
## [1.13.0](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.12.0...v1.13.0) (2026-03-05)
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.0",
3+
"version": "1.13.1",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "./scripts/build",

0 commit comments

Comments
 (0)