Skip to content

Commit 5650b49

Browse files
authored
chore(main): release 7.1.0 (#253)
1 parent fcfc039 commit 5650b49

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
".release-please-manifest.json": "6.0.0",
33
"package.json": "6.0.0",
4-
".": "7.0.1"
4+
".": "7.1.0"
55
}

CHANGELOG.md

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

3+
## [7.1.0](https://github.com/aws-actions/stale-issue-cleanup/compare/v7.0.1...v7.1.0) (2025-03-12)
4+
5+
6+
### Features
7+
8+
* Add dependabot auto-approve action ([f56e1ea](https://github.com/aws-actions/stale-issue-cleanup/commit/f56e1ea9446b5eea631595b5cbf5038e4bd4b8b2))
9+
10+
11+
### Bug Fixes
12+
13+
* check failing test ([c676b23](https://github.com/aws-actions/stale-issue-cleanup/commit/c676b237a08abebcc4a33b754bcde6e010087140))
14+
315
## [7.0.1](https://github.com/aws-actions/stale-issue-cleanup/compare/v7.0.0...v7.0.1) (2025-01-30)
416

517

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": "stale-issue-cleanup",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "GitHub Action that cleans up old and response-reqested issues",
55
"private": true,
66
"main": "dist/entrypoint.js",

0 commit comments

Comments
 (0)