Skip to content

Commit d5569ec

Browse files
chore(main): release 1.2.0 (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c82d15 commit d5569ec

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.2.0](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.1.1...v1.2.0) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* add go installation instructions ([#82](https://github.com/stainless-api/upload-openapi-spec-action/issues/82)) ([bc77dbc](https://github.com/stainless-api/upload-openapi-spec-action/commit/bc77dbca81711b91e93bc1520d9a452445220809))
9+
* add preview support for generating oas ([#74](https://github.com/stainless-api/upload-openapi-spec-action/issues/74)) ([4a0529f](https://github.com/stainless-api/upload-openapi-spec-action/commit/4a0529ff71b96dcbd74c766a7ee938d618c53c4e))
10+
11+
12+
### Bug Fixes
13+
14+
* don't fail action on merge conflicts ([#80](https://github.com/stainless-api/upload-openapi-spec-action/issues/80)) ([e2821aa](https://github.com/stainless-api/upload-openapi-spec-action/commit/e2821aa4c01149a9d2c36933eeb6f648c0b69808))
15+
316
## [1.1.1](https://github.com/stainless-api/upload-openapi-spec-action/compare/v1.1.0...v1.1.1) (2025-07-14)
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.1.1",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)