Skip to content

Commit

Permalink
chore(release): set version to 1.36.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.36.0](v1.35.0...v1.36.0) (2021-05-09)

#### Features

* **Tracking:** add collider validity rule to collision tracker ([e05bbcf](e05bbcf))
  > The CollisionTracker component now has a Collider Validity rule to determine whether it can emit collisions of the collider that is being collided with passes the validity rule check.
  >
  > Headers have been added to the properties for better separation in the Unity editor.
  • Loading branch information
ExtendReality-Bot committed May 9, 2021
1 parent 71900a8 commit 1f1b80e
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.36.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.35.0...v1.36.0) (2021-05-09)

#### Features

* **Tracking:** add collider validity rule to collision tracker ([e05bbcf](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/e05bbcf4328979ff3d975bb7b31850fdaa5b4157))
> The CollisionTracker component now has a Collider Validity rule to determine whether it can emit collisions of the collider that is being collided with passes the validity rule check.
>
> Headers have been added to the properties for better separation in the Unity editor.
## [1.35.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v1.34.1...v1.35.0) (2021-05-03)

#### Features
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.zinnia.unity",
"displayName": "Zinnia.Unity",
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
"version": "1.35.0",
"version": "1.36.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit 1f1b80e

Please sign in to comment.