Skip to content

Commit

Permalink
chore(release): set version to 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.1...v1.5.0) (2021-02-03)

#### Features

* **prefabs:** allow object collisions to interact with target ([4adef43](4adef43))
  > The Spatial Target can now be interacted with by colliding objects with it and the new optional hover collider allows for the hover state to be activated when the colliding object is near the target.
  >
  > The new collision states are only activated if the collidable objects list is populated, otherwise it is ignored and the trigger collider is disabled.
  • Loading branch information
ExtendReality-Bot committed Feb 3, 2021
1 parent c0e63c8 commit 2261912
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.5.0](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/compare/v1.4.1...v1.5.0) (2021-02-03)

#### Features

* **prefabs:** allow object collisions to interact with target ([4adef43](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/commit/4adef4305b963511e4b65b40be0234bb01b4b882))
> The Spatial Target can now be interacted with by colliding objects with it and the new optional hover collider allows for the hover state to be activated when the colliding object is near the target.
>
> The new collision states are only activated if the collidable objects list is populated, otherwise it is ignored and the trigger collider is disabled.
### [1.4.1](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/compare/v1.4.0...v1.4.1) (2021-01-31)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.tilia.indicators.spatialtargets.unity",
"displayName": "Tilia Indicators SpatialTargets Unity",
"description": "Indicate points in world space based on the location of a spatial target for the Unity software.",
"version": "1.4.1",
"version": "1.5.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 2261912

Please sign in to comment.