Skip to content

Commit f19954f

Browse files
chore(release): set version to 1.0.2 [skip ci]
### [1.0.2](v1.0.1...v1.0.2) (2019-11-06) #### Bug Fixes * **Editor:** add asmdef file for editor scripts ([594bd5c](594bd5c)) > The Editor scripts were not being executed when the package was used due to no asmdef being present to load in the scripts. This has now been added.
1 parent c1e93a3 commit f19954f

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.0.2](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.0.1...v1.0.2) (2019-11-06)
4+
5+
#### Bug Fixes
6+
7+
* **Editor:** add asmdef file for editor scripts ([594bd5c](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/594bd5cf7322173c213047e56ffdfb4d0b78c384))
8+
> The Editor scripts were not being executed when the package was used due to no asmdef being present to load in the scripts. This has now been added.
9+
310
### [1.0.1](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.0.0...v1.0.1) (2019-11-06)
411

512
#### Bug Fixes

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.0.1",
5+
"version": "1.0.2",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)