Skip to content

Commit 0fa00fa

Browse files
chore(release): set version to 1.1.0 [skip ci]
## [1.1.0](v1.0.6...v1.1.0) (2021-04-07) #### Features * **Utility:** add prefab creator ([b766722](b766722)) > The latest version of Zinnia has the basis of a prefab creator that can be used to enable easy adding of prefabs to a scene without needing to drag and drop from directories. Instead a new menu item is added for quickly adding prefabs. The guide has been updated to accommodate this and the FodyWeavers.xml is now located in the root to serve both the Runtime and Editor scripts. #### Bug Fixes * **package.json:** add missing reference to Editor directory ([4871c17](4871c17)) > The build will fail without referencing this new Editor directory so it has now been added to the package.
1 parent 87a5ad0 commit 0fa00fa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/compare/v1.0.6...v1.1.0) (2021-04-07)
4+
5+
#### Features
6+
7+
* **Utility:** add prefab creator ([b766722](https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/commit/b766722b8ad03c83123d0b42c225594668b4bd54))
8+
> The latest version of Zinnia has the basis of a prefab creator that can be used to enable easy adding of prefabs to a scene without needing to drag and drop from directories. Instead a new menu item is added for quickly adding prefabs. The guide has been updated to accommodate this and the FodyWeavers.xml is now located in the root to serve both the Runtime and Editor scripts.
9+
10+
#### Bug Fixes
11+
12+
* **package.json:** add missing reference to Editor directory ([4871c17](https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/commit/4871c17d23d8b457f89e3bdffb2a12cc38af4b60))
13+
> The build will fail without referencing this new Editor directory so it has now been added to the package.
14+
315
### [1.0.6](https://github.com/ExtendRealityLtd/Tilia.Output.InteractorHaptics.Unity/compare/v1.0.5...v1.0.6) (2021-04-01)
416

517
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.tilia.output.interactorhaptics.unity",
33
"displayName": "Tilia Output InteractorHaptics Unity",
44
"description": "Provides the ability to initiate haptic feedback on the controllers connected to an interactor for the Unity software.",
5-
"version": "1.0.6",
5+
"version": "1.1.0",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)