Skip to content

Commit

Permalink
chore(release): set version to 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.20...v1.2.0) (2020-12-07)

#### Features

* **Facade:** expose SpatialTarget Deselect method for easy access ([cfa6144](cfa6144))
  > There are occasions where being to deselect a SpatialTarget manually makes sense, but it can only be manually deselected from the internal SpatialTarget component. This exposes that internal method via the SpatialTargetFacade to make it easier to call.
  • Loading branch information
ExtendReality-Bot committed Dec 7, 2020
1 parent b0b7978 commit 50ec8cd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/compare/v1.1.20...v1.2.0) (2020-12-07)

#### Features

* **Facade:** expose SpatialTarget Deselect method for easy access ([cfa6144](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/commit/cfa614482000335ea03f3cc870c3d54cb2185a29))
> There are occasions where being to deselect a SpatialTarget manually makes sense, but it can only be manually deselected from the internal SpatialTarget component. This exposes that internal method via the SpatialTargetFacade to make it easier to call.
### [1.1.20](https://github.com/ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity/compare/v1.1.19...v1.1.20) (2020-11-01)

#### Miscellaneous Chores
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.1.20",
"version": "1.2.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 50ec8cd

Please sign in to comment.