Skip to content

Commit 62c6524

Browse files
chore(release): set version to 1.4.9 [skip ci]
### [1.4.9](v1.4.8...v1.4.9) (2021-12-06) #### Bug Fixes * **AxisCreator:** prevent null exception if no axis found ([529532c](529532c)) > There was an issue when no axis was found it would throw a null exception as the `Next` call would try and iterate through to a null element. This is resolved by just using the resulting bool from the `Next` call to ensure whether it can proceed wit the additional check.
1 parent f8677f4 commit 62c6524

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### [1.4.9](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.4.8...v1.4.9) (2021-12-06)
4+
5+
#### Bug Fixes
6+
7+
* **AxisCreator:** prevent null exception if no axis found ([529532c](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/529532c7d1f7b9748b84e0dccd81511c7740f1c0))
8+
> There was an issue when no axis was found it would throw a null exception as the `Next` call would try and iterate through to a null element. This is resolved by just using the resulting bool from the `Next` call to ensure whether it can proceed wit the additional check.
9+
310
### [1.4.8](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.4.7...v1.4.8) (2021-12-03)
411

512
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.tilia.input.unityinputmanager",
33
"displayName": "Tilia Input UnityInputManager",
44
"description": "Input wrappers for the Unity Input Manager and a collection of common input prefabs.",
5-
"version": "1.4.8",
5+
"version": "1.4.9",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)