Skip to content

Commit 38f9b9f

Browse files
chore(release): set version to 2.3.0 [skip ci]
## [2.3.0](v2.2.0...v2.3.0) (2023-03-12) #### Features * **Tracking:** only show warning message when input system not enabled ([7f0641d](7f0641d)) > The debug warning message was being shown in the velocity tracker only when the input system was enabled, whereas it should only be shown when the input system is disabled.
1 parent 52e77bd commit 38f9b9f

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.3.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.2.0...v2.3.0) (2023-03-12)
4+
5+
#### Features
6+
7+
* **Tracking:** only show warning message when input system not enabled ([7f0641d](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/commit/7f0641d7d3ed8101751bf017d3205f716947d3e5))
8+
> The debug warning message was being shown in the velocity tracker only when the input system was enabled, whereas it should only be shown when the input system is disabled.
9+
310
## [2.2.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputSystem/compare/v2.1.4...v2.2.0) (2023-03-11)
411

512
#### Features

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.2.0",
8+
"version": "2.3.0",
99
"unity": "2019.1",
1010
"unityRelease": "0f1",
1111
"keywords": [

0 commit comments

Comments
 (0)