Skip to content

Commit 9e020bc

Browse files
chore(release): set version to 2.1.0 [skip ci]
## [2.1.0](v2.0.8...v2.1.0) (2023-03-11) #### Features * **state:** add ifdefs to determine whether input manager is enabled ([b375e53](b375e53)) > The relevant input manager code is now wrapped in ifdefs to only run if the Unity Input Manager is enabled and therefore will provide a warning if the code is run when it is not enabled.
1 parent bb329a3 commit 9e020bc

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+
## [2.1.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v2.0.8...v2.1.0) (2023-03-11)
4+
5+
#### Features
6+
7+
* **state:** add ifdefs to determine whether input manager is enabled ([b375e53](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/b375e533a3a5c0d915fa4fbeb511427dfd83f3b9))
8+
> The relevant input manager code is now wrapped in ifdefs to only run if the Unity Input Manager is enabled and therefore will provide a warning if the code is run when it is not enabled.
9+
310
### [2.0.8](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v2.0.7...v2.0.8) (2023-03-11)
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.UnityInputManager/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/LICENSE.md",
8-
"version": "2.0.8",
8+
"version": "2.1.0",
99
"unity": "2018.3",
1010
"unityRelease": "10f1",
1111
"keywords": [

0 commit comments

Comments
 (0)