Skip to content

Commit aba705f

Browse files
chore(release): set version to 1.0.1 [skip ci]
### [1.0.1](v1.0.0...v1.0.1) (2021-04-11) #### Bug Fixes * **Configurator:** prevent exception with null interactable ([e7246d3](e7246d3)) > If the passed interactable is not set then a null exception could occur. This fix simply defends against a null interactable and prevents the exception error.
1 parent 80d6d22 commit aba705f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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.1](https://github.com/ExtendRealityLtd/Tilia.Visuals.InteractableHighlighter.Unity/compare/v1.0.0...v1.0.1) (2021-04-11)
4+
5+
#### Bug Fixes
6+
7+
* **Configurator:** prevent exception with null interactable ([e7246d3](https://github.com/ExtendRealityLtd/Tilia.Visuals.InteractableHighlighter.Unity/commit/e7246d3c32345e9a9017df80b08db7bc38200e2c))
8+
> If the passed interactable is not set then a null exception could occur. This fix simply defends against a null interactable and prevents the exception error.
9+
310
## 1.0.0 (2021-04-10)
411

512
#### Features

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.visuals.interactablehighlighter.unity",
33
"displayName": "Tilia Visuals InteractableHighlighter Unity",
44
"description": "Provides the ability to control a highlight state for an interactable object for the Unity software.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)