Skip to content

Commit

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

#### Bug Fixes

* **Climbing:** use specific climb action to prevent null error ([8566ba2](8566ba2))
  > A recent change in the Interactables introduced a new null Action for grab types that yield no output. The climbing interactable would use this null action, but this is really not appropriate as the climb action yields a result so a new climb action has been added that is still the same in structure as the null action but it now allows the code to differentiate that this action is actually doing something.
  • Loading branch information
ExtendReality-Bot committed Nov 11, 2020
1 parent f33233f commit fa4a8f4
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.17](https://github.com/ExtendRealityLtd/Tilia.Locomotors.Climbing.Unity/compare/v1.4.16...v1.4.17) (2020-11-11)

#### Bug Fixes

* **Climbing:** use specific climb action to prevent null error ([8566ba2](https://github.com/ExtendRealityLtd/Tilia.Locomotors.Climbing.Unity/commit/8566ba2295626f2723c87cb7abce5b1ab4a57ef2))
> A recent change in the Interactables introduced a new null Action for grab types that yield no output. The climbing interactable would use this null action, but this is really not appropriate as the climb action yields a result so a new climb action has been added that is still the same in structure as the null action but it now allows the code to differentiate that this action is actually doing something.
### [1.4.16](https://github.com/ExtendRealityLtd/Tilia.Locomotors.Climbing.Unity/compare/v1.4.15...v1.4.16) (2020-11-10)

#### 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.locomotors.climbing.unity",
"displayName": "Tilia Locomotors Climbing Unity",
"description": "A mechanism that simulates climbing in a spatial environment for the Unity software.",
"version": "1.4.16",
"version": "1.4.17",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit fa4a8f4

Please sign in to comment.