Skip to content

Commit f0eb167

Browse files
chore(release): set version to 2.4.5 [skip ci]
### [2.4.5](v2.4.4...v2.4.5) (2023-06-04) #### Bug Fixes * **Samples:** provide correct right primary button touch action ([1cbb581](1cbb581)) > The RightPrimaryButton_Touch action was mapped to the left primary button touch action, this has now been corrected.
1 parent c5b7359 commit f0eb167

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
### [2.4.5](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.4.4...v2.4.5) (2023-06-04)
4+
5+
#### Bug Fixes
6+
7+
* **Samples:** provide correct right primary button touch action ([1cbb581](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/commit/1cbb581c78be05e5b03807625b43f12a842d011a))
8+
> The RightPrimaryButton_Touch action was mapped to the left primary button touch action, this has now been corrected.
9+
310
### [2.4.4](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.4.3...v2.4.4) (2023-05-06)
411

512
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/blob/master/LICENSE.md",
8-
"version": "2.4.4",
8+
"version": "2.4.5",
99
"unity": "2019.1",
1010
"unityRelease": "0f1",
1111
"keywords": [

0 commit comments

Comments
 (0)