Skip to content

Commit e1bb228

Browse files
chore(release): set version to 1.3.0 [skip ci]
## [1.3.0](v1.2.9...v1.3.0) (2020-12-22) #### Features * **SpatialTarget:** add option to delay the auto deselect on activate ([e3e19c0](e3e19c0)) > The DeselectSelf option can now be delayed by a given number of seconds by providing a value to the DeselectSelfDelay property on the Spatial Target Facade.
1 parent 491169f commit e1bb228

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.3.0](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/compare/v1.2.9...v1.3.0) (2020-12-22)
4+
5+
#### Features
6+
7+
* **SpatialTarget:** add option to delay the auto deselect on activate ([e3e19c0](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/commit/e3e19c08bfa9a7b35e7491331c2a22db03cab6aa))
8+
> The DeselectSelf option can now be delayed by a given number of seconds by providing a value to the DeselectSelfDelay property on the Spatial Target Facade.
9+
310
### [1.2.9](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/compare/v1.2.8...v1.2.9) (2020-12-22)
411

512
#### Miscellaneous Chores

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.indicators.spatialtargets.unity",
33
"displayName": "Tilia Indicators SpatialTargets Unity",
44
"description": "Indicate points in world space based on the location of a spatial target for the Unity software.",
5-
"version": "1.2.9",
5+
"version": "1.3.0",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)