Skip to content

Commit a7ac1b9

Browse files
chore(main): release 0.2.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62ff2f9 commit a7ac1b9

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/stainless-api/build-sdk-action/compare/v0.1.0...v0.2.0) (2025-07-09)
4+
5+
6+
### Features
7+
8+
* edit existing comment if changes disappear ([#23](https://github.com/stainless-api/build-sdk-action/issues/23)) ([3700a78](https://github.com/stainless-api/build-sdk-action/commit/3700a786e634a1bb1bab5d09a436cec0fcc75491))
9+
* revamp comment contents ([#26](https://github.com/stainless-api/build-sdk-action/issues/26)) ([317151f](https://github.com/stainless-api/build-sdk-action/commit/317151f6a3df91a41f6fe9f6a5b98ffc016e5e64))
10+
* support editing commit message ([#27](https://github.com/stainless-api/build-sdk-action/issues/27)) ([3fa5f06](https://github.com/stainless-api/build-sdk-action/commit/3fa5f068d05f51899b2903965e0ec395743d005f))
11+
12+
13+
### Bug Fixes
14+
15+
* don't error if noop ([#24](https://github.com/stainless-api/build-sdk-action/issues/24)) ([ae47422](https://github.com/stainless-api/build-sdk-action/commit/ae47422abe98ef1027205a6a6f87ed8b27a3dbfc))
16+
* increase timeout for builds create ([bd71c25](https://github.com/stainless-api/build-sdk-action/commit/bd71c25f7dceb460d151ca030d397eabddbdb040))
17+
* use unwrap for documented spec ([#25](https://github.com/stainless-api/build-sdk-action/issues/25)) ([2badb1c](https://github.com/stainless-api/build-sdk-action/commit/2badb1c818831cda19dd52c6d4222892f4f7770d))

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": "build-sdk-action",
3-
"version": "1.0.0",
3+
"version": "0.2.0",
44
"description": "",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)