Skip to content

Commit 79a9d19

Browse files
committed
Bump Version and add changelog
1 parent aafda0b commit 79a9d19

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88

9+
## [17.0.4] - 2024-04-04
10+
11+
### Changed
12+
13+
- Upgrade Input System to 1.8.1
14+
- Set input default action to both
15+
- Add input action asset
16+
- Update EditorSettings for Trunk Merge
17+
- Remove unnecessary variable in readme editor
18+
919
## [17.0.3] - 2024-03-20
1020

1121
### Changed

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/ValidationExceptions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"ErrorExceptions": [
33
{
44
"ValidationTest": "Primed Library Validation",
5-
"PackageVersion": "17.0.3"
5+
"PackageVersion": "17.0.4"
66
}
77
],
88
"WarningExceptions": []

com.unity.template.hdrp-blank/Packages/com.unity.template.hdrp-blank/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.template.hdrp-blank",
33
"displayName":"3D HDRP",
4-
"version": "17.0.3",
4+
"version": "17.0.4",
55
"type": "template",
66
"host": "hub",
77
"unity": "2023.3",

0 commit comments

Comments
 (0)