Skip to content

Commit fdd4d3d

Browse files
chore: Release 6.0.1 [skip ci]
1 parent 58e4ab4 commit fdd4d3d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [6.0.1](https://github.com/amannn/action-semantic-pull-request/compare/v6.0.0...v6.0.1) (2025-08-13)
4+
5+
### Bug Fixes
6+
7+
* Actually execute action ([#289](https://github.com/amannn/action-semantic-pull-request/issues/289)) ([58e4ab4](https://github.com/amannn/action-semantic-pull-request/commit/58e4ab40f59be79f2c432bf003e34a31174e977a))
8+
39
## [6.0.0](https://github.com/amannn/action-semantic-pull-request/compare/v5.5.3...v6.0.0) (2025-08-13)
410

511
### ⚠ BREAKING CHANGES

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32787,5 +32787,5 @@ async function run() {
3278732787
}
3278832788
}
3278932789

32790-
export { run as default };
32790+
await run();
3279132791
//# sourceMappingURL=index.js.map

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)