File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ All notable changes will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ,
You can’t perform that action at this time.
0 commit comments