Skip to content

Commit

Permalink
chore(release): set version to 1.4.3 [skip ci]
Browse files Browse the repository at this point in the history
### [1.4.3](v1.4.2...v1.4.3) (2020-07-11)

#### Bug Fixes

* **Facade:** use extension method to set enum value ([f68fcfb](f68fcfb))
  > The SetSelectionMethod method now uses the Zinnia EnumExtensions helper method to set the value of the enum by the index instead of repeating the same logic.
  • Loading branch information
ExtendReality-Bot committed Jul 11, 2020
1 parent c2fe95d commit 9f3f0cb
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.4.3](https://github.com/ExtendRealityLtd/Tilia.Indicators.ObjectPointers.Unity/compare/v1.4.2...v1.4.3) (2020-07-11)

#### Bug Fixes

* **Facade:** use extension method to set enum value ([f68fcfb](https://github.com/ExtendRealityLtd/Tilia.Indicators.ObjectPointers.Unity/commit/f68fcfb051f55312d56467a94b4798fe0a0b26d7))
> The SetSelectionMethod method now uses the Zinnia EnumExtensions helper method to set the value of the enum by the index instead of repeating the same logic.
### [1.4.2](https://github.com/ExtendRealityLtd/Tilia.Indicators.ObjectPointers.Unity/compare/v1.4.1...v1.4.2) (2020-07-11)

#### 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.objectpointers.unity",
"displayName": "Tilia Indicators ObjectPointers Unity",
"description": "Indicate points in world space with a collection of object based pointers for the Unity software.",
"version": "1.4.2",
"version": "1.4.3",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 9f3f0cb

Please sign in to comment.