Skip to content

Commit 821de05

Browse files
chore(release): set version to 2.2.0 [skip ci]
## [2.2.0](v2.1.4...v2.2.0) (2023-03-11) #### Features * **state:** add ifdefs to determine whether input system is enabled ([2bc0099](2bc0099)) > The relevant input system code is now wrapped in ifdefs to only run if the Unity Input System is enabled and therefore will provide a warning if the code is run when it is not enabled.
1 parent 7c29229 commit 821de05

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.2.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.1.4...v2.2.0) (2023-03-11)
4+
5+
#### Features
6+
7+
* **state:** add ifdefs to determine whether input system is enabled ([2bc0099](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/commit/2bc00998340cdaffb0944467cd08ab2f01dbe145))
8+
> The relevant input system code is now wrapped in ifdefs to only run if the Unity Input System is enabled and therefore will provide a warning if the code is run when it is not enabled.
9+
310
### [2.1.4](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.1.3...v2.1.4) (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.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.1.4",
8+
"version": "2.2.0",
99
"unity": "2019.1",
1010
"unityRelease": "0f1",
1111
"keywords": [

0 commit comments

Comments
 (0)