Skip to content

Commit 05ca1b2

Browse files
authored
chore(release): v1.7.0 (#2020)
* chore(release): v1.7.0 Signed-off-by: Ian Lewis <ian@ianlewis.org> * chore: update README Signed-off-by: Ian Lewis <ian@ianlewis.org> --------- Signed-off-by: Ian Lewis <ian@ianlewis.org>
1 parent 9791f41 commit 05ca1b2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.7.0] - 2025-05-21
99

1010
- Increased stability by retrying requests to the GitHub API
1111
([#565](https://github.com/ianlewis/todo-issue-reopener/issues/565)).
12+
- Updated the version of `todos` used to v0.13.0
13+
([#1945](https://github.com/ianlewis/todo-issue-reopener/pull/1945)).
1214

1315
## [1.6.0] - 2025-03-04
1416

@@ -79,3 +81,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7981
[1.4.0]: https://github.com/ianlewis/todo-issue-reopener/releases/tag/v1.4.0
8082
[1.5.0]: https://github.com/ianlewis/todo-issue-reopener/releases/tag/v1.5.0
8183
[1.6.0]: https://github.com/ianlewis/todo-issue-reopener/releases/tag/v1.6.0
84+
[1.7.0]: https://github.com/ianlewis/todo-issue-reopener/releases/tag/v1.7.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- uses: actions/checkout@v3
5656
- name: Issue Reopener
57-
uses: ianlewis/todo-issue-reopener@v1.4.0
57+
uses: ianlewis/todo-issue-reopener@v1.7.0
5858
```
5959
6060
## Inputs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "todo-issue-reopener",
33
"description": "Reopen issues that are referenced by TODOs",
4-
"version": "1.2.0",
4+
"version": "1.7.0",
55
"author": "Ian Lewis <ian@ianlewis.org>",
66
"type": "module",
77
"private": true,

0 commit comments

Comments
 (0)