File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project 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+ ## [ 1.0.0] ( https://github.com/unity-game-framework-actions/issue-pull-request/releases/tag/1.0.0 ) - 2023-01-03
9+
10+ ### Release Notes
11+
12+ - [ Milestone] ( https://github.com/unity-game-framework-actions/issue-pull-request/milestone/3?closed=1 )
13+
14+
15+ ### Changed
16+
17+ - Update project ([ #19 ] ( https://github.com/unity-game-framework-actions/issue-pull-request/issues/19 ) )
18+ - Update dependencies.
19+ - Update license.
20+ - Update action meta data.
21+ - Update ` utility ` class.
22+
823## [ 0.2.0] ( https://github.com/unity-game-framework-actions/issue-pull-request/releases/tag/0.2.0 ) - 2020-08-29
924
1025### Release Notes
Original file line number Diff line number Diff line change 11{
22 "name" : " issue-pull-request" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 1.0 .0" ,
44 "displayName" : " Issue Pull Request" ,
55 "description" : " Creates pull request based on issue." ,
66 "main" : " lib/main.js" ,
3737 "typescript" : " ^3.9.7" ,
3838 "@vercel/ncc" : " 0.36.0"
3939 }
40- }
40+ }
Original file line number Diff line number Diff line change 22
33Issue Pull Request
44
5- ## Info
5+ ## Information
66
7- - ** Version** : ` 0.2 .0`
7+ - ** Version** : ` 1.0 .0`
88
99### Dependencies
1010
11- - ` @actions/core ` : ` ^1.2.4 `
12- - ` @actions/github ` : ` ^4.0.0 `
11+ - ` @actions/core ` : ` 1.10.0 `
12+ - ` @actions/github ` : ` 5.1.1 `
1313- ` @types/js-yaml ` : ` ^3.12.5 `
1414- ` @types/object-path ` : ` ^0.11.0 `
1515- ` eol ` : ` ^0.9.1 `
1616- ` indent-string ` : ` ^4.0.0 `
1717- ` js-yaml ` : ` ^3.14.0 `
18- - ` object-path ` : ` ^0.11.4 `
18+ - ` object-path ` : ` ^0.11.8 `
1919
2020
2121### Description
You can’t perform that action at this time.
0 commit comments