Skip to content

Commit 3881211

Browse files
chore(release): set version to 2.4.0 [skip ci]
## [2.4.0](v2.3.4...v2.4.0) (2023-03-28) #### Features * **Transformation:** replace isActiveAndEnabled ([edf32a2](edf32a2)) > The isActiveAndEnabled call has been replaced with CheckIsActiveAndEnabled as this is more consistent.
1 parent e0ffb90 commit 3881211

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.4.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.3.4...v2.4.0) (2023-03-28)
4+
5+
#### Features
6+
7+
* **Transformation:** replace isActiveAndEnabled ([edf32a2](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/commit/edf32a224bdc83c71174bd9cd4d9f6b071a0a4b4))
8+
> The isActiveAndEnabled call has been replaced with CheckIsActiveAndEnabled as this is more consistent.
9+
310
### [2.3.4](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.3.3...v2.3.4) (2023-03-28)
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.3.4",
8+
"version": "2.4.0",
99
"unity": "2019.1",
1010
"unityRelease": "0f1",
1111
"keywords": [

0 commit comments

Comments
 (0)