Skip to content

Commit a82c563

Browse files
chore(main): release 1.12.0 (#178)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c0cdf7 commit a82c563

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.11.6...v1.12.0) (2026-02-20)
4+
5+
6+
### Features
7+
8+
* refactor outcome logic ([#189](https://github.com/stainless-api/upload-openapi-spec-action/issues/189)) ([cec1106](https://github.com/stainless-api/upload-openapi-spec-action/commit/cec11060b292826e929d94a08379ffbb86317299))
9+
10+
11+
### Bug Fixes
12+
13+
* allow multi-line conventional commits ([#177](https://github.com/stainless-api/upload-openapi-spec-action/issues/177)) ([0079085](https://github.com/stainless-api/upload-openapi-spec-action/commit/0079085539102bb10b95abbdd3652b72ccb4a83d))
14+
* fix display for pending results ([#179](https://github.com/stainless-api/upload-openapi-spec-action/issues/179)) ([89af7c3](https://github.com/stainless-api/upload-openapi-spec-action/commit/89af7c3871f904027141077b9e3afb88f60bb5e4))
15+
316
## [1.11.6](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.11.5...v1.11.6) (2026-02-03)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.11.6",
3+
"version": "1.12.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "npm run build:build && npm run build:checkout-pr-ref && npm run build:index && npm run build:merge && npm run build:preview && npm run build:prepare-combine && npm run build:prepare-swagger",

0 commit comments

Comments
 (0)